Home
last modified time | relevance | path

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

/foundation/multimedia/media_library/frameworks/services/media_dfx/include/
H A Ddfx_const.h116 const std::string CLOUD_FILE_PATH = "/storage/cloud/files/"; member
/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.cpp314 const std::string CLOUD_FILE_PATH = "/storage/cloud/files"; in CheckStatus() local
315 IsDirectoryExist(CLOUD_FILE_PATH); in CheckStatus()
/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"; member
245 if (result.length() <= CLOUD_FILE_PATH.length()) { in DesensitizePath()
248 return result.replace(0, CLOUD_FILE_PATH.length(), "*"); in DesensitizePath()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
H A Dinstalld_host_impl.cpp67 constexpr const char* CLOUD_FILE_PATH = "/data/service/el2/%/hmdfs/cloud/data/"; member
364 std::string bundleCloudDir = CLOUD_FILE_PATH + bundleName; in CreateCloudDir()
723 std::string cloudFileDir = CLOUD_FILE_PATH + bundleName; in RemoveCloudDir()
734 std::string cloudFileDir = CLOUD_FILE_PATH + bundleName; in CleanCloudDir()

Completed in 10 milliseconds