Home
last modified time | relevance | path

Searched refs:SOURCE_PATH_PREFIX (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/include/operation/
H A Dphoto_source_path_operation.h77 const std::string SOURCE_PATH_PREFIX = "/storage/emulated/0"; variable
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/include/restore/
H A Dphotos_dao.h66 const std::string SOURCE_PATH_PREFIX = "/storage/emulated/0";
H A Dphotos_clone.h177 const std::string SOURCE_PATH_PREFIX = "/storage/emulated/0"; variable
H A Dphotos_restore.h130 const std::string SOURCE_PATH_PREFIX = "/storage/emulated/0"; variable
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/operation/
H A Dphoto_source_path_operation.cpp41 std::string sourcePath = this->SOURCE_PATH_PREFIX + info.lPath + "/" + info.displayName; in ResetPhotoSourcePath()
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/restore/
H A Dphotos_dao.cpp151 std::string sourcePath = this->SOURCE_PATH_PREFIX + fileInfo.lPath + "/" + fileInfo.displayName; in FindSameFileBySourcePath()
H A Dphotos_restore.cpp312 return this->SOURCE_PATH_PREFIX + lPath + "/" + fileInfo.displayName; in FindSourcePath()
H A Dphotos_clone.cpp299 return this->SOURCE_PATH_PREFIX + fileInfo.lPath + "/" + fileInfo.displayName; in FindSourcePath()
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dmedialibrary_album_operations.cpp82 const std::string SOURCE_PATH_PREFIX = "/storage/emulated/0"; variable
1119 size_t pos1 = SOURCE_PATH_PREFIX.length(); in GetLPathFromSourcePath()