Searched refs:GetReplacedPathByPrefixType (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/include/ |
H A D | backup_file_utils.h | 46 … static std::string GetReplacedPathByPrefixType(PrefixType srcPrefixType, PrefixType dstPrefixType,
|
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/ |
H A D | backup_file_utils.cpp | 242 … string localDirPath = GetReplacedPathByPrefixType(PrefixType::CLOUD, PrefixType::LOCAL, dirPath); in CreateAssetPathById() 324 std::string BackupFileUtils::GetReplacedPathByPrefixType(PrefixType srcPrefixType, PrefixType dstPr… in GetReplacedPathByPrefixType() function in OHOS::Media::BackupFileUtils
|
H A D | clone_restore.cpp | 555 …string localPath = BackupFileUtils::GetReplacedPathByPrefixType(PrefixType::CLOUD, PrefixType::LOC… in MovePicture() 578 …std::string localPath = BackupFileUtils::GetReplacedPathByPrefixType(PrefixType::CLOUD, PrefixType… in MoveMovingPhotoVideo() 604 …BackupFileUtils::GetReplacedPathByPrefixType(PrefixType::CLOUD, PrefixType::LOCAL, fileInfo.cloudP… in MoveEditedData() 607 string dstEditDataPath = BackupFileUtils::GetReplacedPathByPrefixType( in MoveEditedData() 1386 …BackupFileUtils::GetReplacedPathByPrefixType(PrefixType::CLOUD, PrefixType::LOCAL, fileInfo.cloudP… in PrepareCloudPath()
|
H A D | base_restore.cpp | 467 string localExtraDataDir = BackupFileUtils::GetReplacedPathByPrefixType( in MoveExtraData() 478 string localExtraDataPath = BackupFileUtils::GetReplacedPathByPrefixType( in MoveExtraData()
|
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_backup_test/src/ |
H A D | medialibrary_backup_test.cpp | 632 auto ret = BackupFileUtils::GetReplacedPathByPrefixType(srcPrefix, dstPrefix, path); 644 auto ret = BackupFileUtils::GetReplacedPathByPrefixType(srcPrefix, dstPrefix, path); 656 auto ret = BackupFileUtils::GetReplacedPathByPrefixType(srcPrefix, dstPrefix, path);
|