Home
last modified time | relevance | path

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

/foundation/filemanagement/app_file_service/interfaces/common/src/
H A Dsandbox_helper.cpp36 const string MOUNT_PATH_MAP_KEY = "mount-path-map"; member
144 if (jsonObj.find(MOUNT_PATH_MAP_KEY) == jsonObj.end()) { in GetSandboxPathMap()
149 nlohmann::json mountPathMap = jsonObj[MOUNT_PATH_MAP_KEY]; in GetSandboxPathMap()
177 if (jsonObj.find(MOUNT_PATH_MAP_KEY) == jsonObj.end()) { in GetBackupSandboxPathMap()
182 nlohmann::json mountPathMap = jsonObj[MOUNT_PATH_MAP_KEY]; in GetBackupSandboxPathMap()

Completed in 1 milliseconds