Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/app_file_service/interfaces/common/include/
H A Dsandbox_helper.h38 static int32_t GetBackupPhysicalPath(const std::string &fileUri, const std::string &userId,
/ohos5.0/foundation/filemanagement/app_file_service/interfaces/common/src/
H A Dsandbox_helper.cpp378 int32_t SandboxHelper::GetBackupPhysicalPath(const std::string &fileUri, const std::string &userId, in GetBackupPhysicalPath() function in OHOS::AppFileService::SandboxHelper
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/quota/
H A Dquota_manager.cpp461 …int ret = AppFileService::SandboxHelper::GetBackupPhysicalPath(uri.ToString(), std::to_string(user… in ConvertSandboxRealPath()