Searched refs:srcPrefix (Results 1 – 2 of 2) sorted by relevance
629 PrefixType srcPrefix = static_cast<PrefixType>(-1); variable632 auto ret = BackupFileUtils::GetReplacedPathByPrefixType(srcPrefix, dstPrefix, path);641 PrefixType srcPrefix = PrefixType::CLOUD_EDIT_DATA; variable644 auto ret = BackupFileUtils::GetReplacedPathByPrefixType(srcPrefix, dstPrefix, path);653 PrefixType srcPrefix = PrefixType::LOCAL; variable656 auto ret = BackupFileUtils::GetReplacedPathByPrefixType(srcPrefix, dstPrefix, path);
332 std::string srcPrefix = PREFIX_MAP.at(srcPrefixType); in GetReplacedPathByPrefixType() local335 replacedPath.replace(0, srcPrefix.length(), dstPrefix); in GetReplacedPathByPrefixType()