Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/include/
H A Dbackup_file_utils.h73 static size_t GetLastSlashPosFromPath(const std::string &path);
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/
H A Dbackup_file_utils.cpp425 size_t pos = GetLastSlashPosFromPath(path); in GetFileNameFromPath()
618 size_t BackupFileUtils::GetLastSlashPosFromPath(const std::string &path) in GetLastSlashPosFromPath() function in OHOS::Media::BackupFileUtils
634 size_t endPos = GetLastSlashPosFromPath(path); in GetFileFolderFromPath()