Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/
H A Dothers_clone_restore.cpp225 static std::string ParseSourcePathToPath(const std::string &sourcePath, const std::string &prefix) in ParseSourcePathToPath() function
250 tmpInfo.relativePath = ParseSourcePathToPath(tmpInfo.filePath, OTHER_MUSIC_ROOT_PATH); in SetFileInfosInCurrentDir()
252 … tmpInfo.relativePath = ParseSourcePathToPath(tmpInfo.filePath, OTHER_CLONE_FILE_ROOT_PATH); in SetFileInfosInCurrentDir()
274 return info.data == ParseSourcePathToPath(filePath, OTHER_CLONE_FILE_ROOT_PATH); in UpDateFileModifiedTime()