Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_dfx/include/
H A Ddfx_const.h117 const std::string CLOUD_FILE_PATH = "/storage/cloud/files/"; variable
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/
H A Dmedia_file_utils.cpp68 const std::string CLOUD_FILE_PATH = "/storage/cloud/files"; variable
247 if (result.length() <= CLOUD_FILE_PATH.length()) { in DesensitizePath()
250 return result.replace(0, CLOUD_FILE_PATH.length(), "*"); in DesensitizePath()
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_dfx/src/
H A Ddfx_utils.cpp61 safePath = safePath.replace(0, CLOUD_FILE_PATH.length(), GARBLE); in GetSafePath()
H A Ddfx_manager.cpp364 const std::string CLOUD_FILE_PATH = "/storage/cloud/files"; in CheckStatus() local
365 IsDirectoryExist(CLOUD_FILE_PATH); in CheckStatus()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
H A Dinstalld_host_impl.cpp68 const std::string CLOUD_FILE_PATH = "/data/service/el2/%/hmdfs/cloud/data/"; variable
378 std::string bundleCloudDir = CLOUD_FILE_PATH + bundleName; in CreateCloudDir()
725 std::string cloudFileDir = CLOUD_FILE_PATH + bundleName; in RemoveCloudDir()
736 std::string cloudFileDir = CLOUD_FILE_PATH + bundleName; in CleanCloudDir()