Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/include/
H A Dbackup_file_utils.h74 …static std::string GetFileFolderFromPath(const std::string &path, bool shouldStartWithSlash = true…
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/
H A Dbackup_file_utils.cpp632 std::string BackupFileUtils::GetFileFolderFromPath(const std::string &path, bool shouldStartWithSla… in GetFileFolderFromPath() function in OHOS::Media::BackupFileUtils
H A Dupgrade_restore.cpp305 info.packageName = BackupFileUtils::GetFileFolderFromPath(info.relativePath, false); in ParseResultSetFromAudioDb()