Home
last modified time | relevance | path

Searched refs:backupSandboxPathMap_ (Results 1 - 2 of 2) sorted by relevance

/foundation/filemanagement/app_file_service/interfaces/common/src/
H A Dsandbox_helper.cpp62 std::unordered_map<std::string, std::string> SandboxHelper::backupSandboxPathMap_; member in OHOS::AppFileService::SandboxHelper
166 if (backupSandboxPathMap_.size() > 0) { in GetBackupSandboxPathMap()
186 backupSandboxPathMap_[sandboxPath] = srcPath; in GetBackupSandboxPathMap()
189 if (backupSandboxPathMap_.size() == 0) { in GetBackupSandboxPathMap()
399 DoGetPhysicalPath(lowerPathTail, lowerPathHead, sandboxPath, backupSandboxPathMap_); in GetBackupPhysicalPath()
/foundation/filemanagement/app_file_service/interfaces/common/include/
H A Dsandbox_helper.h29 static std::unordered_map<std::string, std::string> backupSandboxPathMap_; member in OHOS::AppFileService::SandboxHelper

Completed in 2 milliseconds