Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/app_file_service/interfaces/common/src/
H A Dsandbox_helper.cpp149 nlohmann::json mountPathMap = jsonObj[MOUNT_PATH_MAP_KEY]; in GetSandboxPathMap() local
150 for (size_t i = 0; i < mountPathMap.size(); i++) { in GetSandboxPathMap()
151 string srcPath = mountPathMap[i][PHYSICAL_PATH_KEY]; in GetSandboxPathMap()
152 string sandboxPath = mountPathMap[i][SANDBOX_PATH_KEY]; in GetSandboxPathMap()
182 nlohmann::json mountPathMap = jsonObj[MOUNT_PATH_MAP_KEY]; in GetBackupSandboxPathMap() local
183 for (size_t i = 0; i < mountPathMap.size(); i++) { in GetBackupSandboxPathMap()
184 string srcPath = mountPathMap[i][PHYSICAL_PATH_KEY]; in GetBackupSandboxPathMap()
185 string sandboxPath = mountPathMap[i][SANDBOX_PATH_KEY]; in GetBackupSandboxPathMap()