Searched refs:ConvertPathToRealPath (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/include/ |
H A D | upgrade_restore.h | 65 …bool ConvertPathToRealPath(const std::string &srcPath, const std::string &prefix, std::string &new… 75 …bool ConvertPathToRealPath(const std::string &srcPath, const std::string &prefix, std::string &new…
|
H A D | base_restore.h | 60 …virtual bool ConvertPathToRealPath(const std::string &srcPath, const std::string &prefix, std::str…
|
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/ |
H A D | upgrade_restore.cpp | 296 if (!ConvertPathToRealPath(info.oldPath, filePath_, info.filePath, info.relativePath)) { in ParseResultSetFromAudioDb() 526 …if (!BaseRestore::ConvertPathToRealPath(info.oldPath, filePath_, info.filePath, info.relativePath)… in ParseResultSetForAudio() 715 bool UpgradeRestore::ConvertPathToRealPath(const std::string &srcPath, const std::string &prefix, in ConvertPathToRealPath() function in OHOS::Media::UpgradeRestore 727 bool UpgradeRestore::ConvertPathToRealPath(const std::string &srcPath, const std::string &prefix, in ConvertPathToRealPath() function in OHOS::Media::UpgradeRestore 731 return ConvertPathToRealPath(srcPath, prefix, newPath, relativePath); in ConvertPathToRealPath() 1248 … !BaseRestore::ConvertPathToRealPath(info.oldPath, filePath_, info.filePath, info.relativePath) : in IsBasicInfoValid() 1249 !ConvertPathToRealPath(info.oldPath, filePath_, info.filePath, info.relativePath, info)) { in IsBasicInfoValid()
|
H A D | base_restore.cpp | 118 bool BaseRestore::ConvertPathToRealPath(const std::string &srcPath, const std::string &prefix, in ConvertPathToRealPath() function in OHOS::Media::BaseRestore
|
H A D | clone_restore.cpp | 1468 …if (!ConvertPathToRealPath(fileInfo.oldPath, filePath_, fileInfo.filePath, fileInfo.relativePath))… in ParseResultSet()
|
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_backup_test/src/ |
H A D | medialibrary_backup_test.cpp | 1515 …bool result = upgrade->ConvertPathToRealPath(srcPath, TEST_PATH_PREFIX, newPath, relativePath, fil… in TestConvertPathToRealPathByStorageType() 1545 …bool result = upgrade->ConvertPathToRealPath(srcPath, TEST_PATH_PREFIX, newPath, relativePath, fil… in TestConvertPathToRealPathByFileSize() 1588 …bool result = upgrade->ConvertPathToRealPath(srcPath, TEST_PATH_PREFIX, newPath, relativePath, fil… in TestConvertPathToRealPathByLocalMediaId()
|