Searched refs:prefixLevel (Results 1 – 3 of 3) sorted by relevance
532 …FileUtils::GetPathPosByPrefixLevel(int32_t sceneCode, const std::string &path, int32_t prefixLevel, in GetPathPosByPrefixLevel() argument541 if (count == prefixLevel) { in GetPathPosByPrefixLevel()546 if (count < prefixLevel) { in GetPathPosByPrefixLevel()548 GarbleFilePath(path, sceneCode).c_str(), count, prefixLevel); in GetPathPosByPrefixLevel()
123 constexpr int32_t prefixLevel = 4; in ConvertPathToRealPath() local127 if (count == prefixLevel) { in ConvertPathToRealPath()133 if (count < prefixLevel) { in ConvertPathToRealPath()
65 …PathPosByPrefixLevel(int32_t sceneCode, const std::string &path, int32_t prefixLevel, size_t &pos);