Home
last modified time | relevance | path

Searched refs:FindlPath (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/include/restore/
H A Dphotos_clone.h67 std::string FindlPath(const FileInfo &fileInfo);
H A Dphotos_restore.h61 std::string FindlPath(const FileInfo &fileInfo);
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/restore/
H A Dphotos_restore.cpp104 std::string PhotosRestore::FindlPath(const FileInfo &fileInfo) in FindlPath() function in OHOS::Media::PhotosRestore
H A Dphotos_clone.cpp147 std::string PhotosClone::FindlPath(const FileInfo &fileInfo) in FindlPath() function in OHOS::Media::PhotosClone
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/
H A Dupgrade_restore.cpp638 info.lPath = this->photosRestore_.FindlPath(info); in ParseResultSetFromGallery()
H A Dclone_restore.cpp1740 fileInfo.lPath = this->photosClone_.FindlPath(fileInfo); in SetSpecialAttributes()