Searched refs:srcPrefixType (Results 1 – 2 of 2) sorted by relevance
324 std::string BackupFileUtils::GetReplacedPathByPrefixType(PrefixType srcPrefixType, PrefixType dstPr… in GetReplacedPathByPrefixType() argument328 if (PREFIX_MAP.count(srcPrefixType) == 0 || PREFIX_MAP.count(dstPrefixType) == 0) { in GetReplacedPathByPrefixType()329 …OG("Get source or destination prefix failed: %{public}d, %{public}d", srcPrefixType, dstPrefixType… in GetReplacedPathByPrefixType()332 std::string srcPrefix = PREFIX_MAP.at(srcPrefixType); in GetReplacedPathByPrefixType()
46 … static std::string GetReplacedPathByPrefixType(PrefixType srcPrefixType, PrefixType dstPrefixType,