Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_dfx/src/
H A Ddfx_utils.cpp58 if (MediaFileUtils::StartsWith(path, CLOUD_PHOTO_PATH)) { in GetSafePath()
59 return safePath.replace(0, CLOUD_PHOTO_PATH.length(), GARBLE); in GetSafePath()
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_dfx/include/
H A Ddfx_const.h116 const std::string CLOUD_PHOTO_PATH = "/storage/cloud/files/Photo/"; variable