Home
last modified time | relevance | path

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 Dupgrade_restore.h65 …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 Dbase_restore.h60 …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 Dupgrade_restore.cpp296 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 Dbase_restore.cpp118 bool BaseRestore::ConvertPathToRealPath(const std::string &srcPath, const std::string &prefix, in ConvertPathToRealPath() function in OHOS::Media::BaseRestore
H A Dclone_restore.cpp1468 …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 Dmedialibrary_backup_test.cpp1515 …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()