Home
last modified time | relevance | path

Searched refs:sandboxPathMap_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/filemanagement/app_file_service/interfaces/common/src/
H A Dsandbox_helper.cpp61 std::unordered_map<std::string, std::string> SandboxHelper::sandboxPathMap_; member in OHOS::AppFileService::SandboxHelper
133 if (sandboxPathMap_.size() > 0) { in GetSandboxPathMap()
153 sandboxPathMap_[sandboxPath] = srcPath; in GetSandboxPathMap()
156 if (sandboxPathMap_.size() == 0) { in GetSandboxPathMap()
364 DoGetPhysicalPath(lowerPathTail, lowerPathHead, sandboxPath, sandboxPathMap_); in GetPhysicalPath()
/ohos5.0/foundation/filemanagement/app_file_service/interfaces/common/include/
H A Dsandbox_helper.h28 static std::unordered_map<std::string, std::string> sandboxPathMap_; variable