Searched refs:SOURCE_PATH_PREFIX (Results 1 – 9 of 9) sorted by relevance
77 const std::string SOURCE_PATH_PREFIX = "/storage/emulated/0"; variable
66 const std::string SOURCE_PATH_PREFIX = "/storage/emulated/0";
177 const std::string SOURCE_PATH_PREFIX = "/storage/emulated/0"; variable
130 const std::string SOURCE_PATH_PREFIX = "/storage/emulated/0"; variable
41 std::string sourcePath = this->SOURCE_PATH_PREFIX + info.lPath + "/" + info.displayName; in ResetPhotoSourcePath()
151 std::string sourcePath = this->SOURCE_PATH_PREFIX + fileInfo.lPath + "/" + fileInfo.displayName; in FindSameFileBySourcePath()
312 return this->SOURCE_PATH_PREFIX + lPath + "/" + fileInfo.displayName; in FindSourcePath()
299 return this->SOURCE_PATH_PREFIX + fileInfo.lPath + "/" + fileInfo.displayName; in FindSourcePath()
82 const std::string SOURCE_PATH_PREFIX = "/storage/emulated/0"; variable1119 size_t pos1 = SOURCE_PATH_PREFIX.length(); in GetLPathFromSourcePath()