Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/
H A Dbackup_file_utils.cpp532 …FileUtils::GetPathPosByPrefixLevel(int32_t sceneCode, const std::string &path, int32_t prefixLevel, in GetPathPosByPrefixLevel() argument
541 if (count == prefixLevel) { in GetPathPosByPrefixLevel()
546 if (count < prefixLevel) { in GetPathPosByPrefixLevel()
548 GarbleFilePath(path, sceneCode).c_str(), count, prefixLevel); in GetPathPosByPrefixLevel()
H A Dbase_restore.cpp123 constexpr int32_t prefixLevel = 4; in ConvertPathToRealPath() local
127 if (count == prefixLevel) { in ConvertPathToRealPath()
133 if (count < prefixLevel) { in ConvertPathToRealPath()
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/include/
H A Dbackup_file_utils.h65 …PathPosByPrefixLevel(int32_t sceneCode, const std::string &path, int32_t prefixLevel, size_t &pos);