Searched refs:CLOUD_PHOTO_PATH (Results 1 – 2 of 2) sorted by relevance
58 if (MediaFileUtils::StartsWith(path, CLOUD_PHOTO_PATH)) { in GetSafePath()59 return safePath.replace(0, CLOUD_PHOTO_PATH.length(), GARBLE); in GetSafePath()
116 const std::string CLOUD_PHOTO_PATH = "/storage/cloud/files/Photo/"; variable