Home
last modified time | relevance | path

Searched refs:pathMap (Results 1 - 3 of 3) sorted by relevance

/foundation/filemanagement/storage_service/services/storage_daemon/quota/
H A Dquota_manager.cpp343 std::map<std::string, std::string> &pathMap) in AddPathMapForPathWildCard()
351 pathMap.insert({phyPath, BASE_EL1 + relatePath}); in AddPathMapForPathWildCard()
354 pathMap.insert({phyPath, BASE_EL2 + relatePath}); in AddPathMapForPathWildCard()
363 std::vector<std::string> &includePathList, std::map<std::string, std::string> &pathMap) in GetPathWildCard()
405 AddPathMapForPathWildCard(userId, bundleName, path, pathMap); in GetPathWildCard()
415 std::map<std::string, std::string>& pathMap) in RecognizeSandboxWildCard()
421 if (!GetPathWildCard(userId, bundleName, physicalPrefix + relatePath, phyIncludes, pathMap)) { in RecognizeSandboxWildCard()
428 if (!GetPathWildCard(userId, bundleName, physicalPrefix + relatePath, phyIncludes, pathMap)) { in RecognizeSandboxWildCard()
436 std::map<std::string, std::string>& pathMap) in ConvertSandboxRealPath()
449 pathMap in ConvertSandboxRealPath()
342 AddPathMapForPathWildCard(uint32_t userId, const std::string &bundleName, const std::string &phyPath, std::map<std::string, std::string> &pathMap) AddPathMapForPathWildCard() argument
362 GetPathWildCard(uint32_t userId, const std::string &bundleName, const std::string &includeWildCard, std::vector<std::string> &includePathList, std::map<std::string, std::string> &pathMap) GetPathWildCard() argument
413 RecognizeSandboxWildCard(const uint32_t userId, const std::string &bundleName, const std::string &sandboxPathStr, std::vector<std::string> &phyIncludes, std::map<std::string, std::string>& pathMap) RecognizeSandboxWildCard() argument
434 ConvertSandboxRealPath(const uint32_t userId, const std::string &bundleName, const std::string &sandboxPathStr, std::vector<std::string> &realPaths, std::map<std::string, std::string>& pathMap) ConvertSandboxRealPath() argument
549 CheckIfDirForIncludes(const std::string &path, BundleStatsParas &paras, std::map<std::string, std::string> &pathMap, std::ofstream &statFile, std::map<std::string, bool> &excludesMap) CheckIfDirForIncludes() argument
656 GetIncludesFileStats(const std::string &dir, BundleStatsParas &paras, std::map<std::string, std::string> &pathMap, std::ofstream &statFile, std::map<std::string, bool> &excludesMap) GetIncludesFileStats() argument
736 ScanExtensionPath(BundleStatsParas &paras, const std::vector<std::string> &includes, const std::vector<std::string> &excludes, std::map<std::string, std::string> &pathMap, std::ofstream &statFile) ScanExtensionPath() argument
758 DealWithIncludeFiles(const BundleStatsParas &paras, const std::vector<std::string> &includes, std::vector<std::string> &phyIncludes, std::map<std::string, std::string>& pathMap) DealWithIncludeFiles() argument
814 std::map<std::string, std::string> pathMap; GetBundleStatsForIncreaseEach() local
[all...]
/foundation/multimedia/media_library/frameworks/services/media_backup_extension/include/
H A Dbackup_file_utils.h33 std::map<std::string, std::string> pathMap = {}; member in OHOS::Media::FileAccessHelper
/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/
H A Dbackup_file_utils.cpp81 if (pathMap.find(curPath) != pathMap.end()) { in ConvertCurrentPath()
82 resultPath.replace(0, curPath.length(), pathMap[curPath]); in ConvertCurrentPath()
98 pathMap[curPath] = entry.path(); in ConvertCurrentPath()

Completed in 3 milliseconds