Searched refs:pathMap (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/quota/ |
H A D | quota_manager.cpp | 339 std::map<std::string, std::string> &pathMap) in AddPathMapForPathWildCard() argument 411 std::map<std::string, std::string>& pathMap) in RecognizeSandboxWildCard() argument 432 std::map<std::string, std::string>& pathMap) in ConvertSandboxRealPath() argument 445 pathMap.insert({physicalPath, sandboxPathStr}); in ConvertSandboxRealPath() 451 pathMap.insert({physicalPath, sandboxPathStr}); in ConvertSandboxRealPath() 564 auto it = pathMap.find(path); in CheckIfDirForIncludes() 565 if (it != pathMap.end()) { in CheckIfDirForIncludes() 654 std::map<std::string, std::string> &pathMap, in GetIncludesFileStats() argument 658 auto it = pathMap.find(dir); in GetIncludesFileStats() 659 if (it != pathMap.end()) { in GetIncludesFileStats() [all …]
|
/ohos5.0/base/global/i18n/frameworks/intl/src/ |
H A D | i18n_timezone.cpp | 1266 std::map<std::string, std::vector<std::string>> pathMap; in FindTzData() local 1283 SetVersionPathMap(version, path, &pathMap); in FindTzData() 1289 for (iter = pathMap.rbegin(); iter != pathMap.rend(); ++iter) { in FindTzData() 1311 std::map<std::string, std::vector<std::string>> *pathMap) in SetVersionPathMap() argument 1313 if (pathMap == nullptr) { in SetVersionPathMap() 1316 if (pathMap->find(verison) != pathMap->end()) { in SetVersionPathMap() 1317 std::vector<std::string> *list = &(pathMap->find(verison)->second); in SetVersionPathMap() 1322 pathMap->insert(std::pair<std::string, std::vector<std::string>>(verison, list)); in SetVersionPathMap()
|
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/ |
H A D | backup_file_utils.cpp | 85 if (pathMap.find(curPath) != pathMap.end()) { in ConvertCurrentPath() 86 resultPath.replace(0, curPath.length(), pathMap[curPath]); in ConvertCurrentPath() 102 pathMap[curPath] = entry.path(); in ConvertCurrentPath()
|
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/include/ |
H A D | backup_file_utils.h | 33 std::map<std::string, std::string> pathMap = {}; variable
|
/ohos5.0/base/global/i18n/frameworks/intl/include/ |
H A D | i18n_timezone.h | 108 std::map<std::string, std::vector<std::string>> *pathMap);
|