Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tools/aapt2/optimize/
H A DObfuscator.cpp67 android::StringPiece extension, int collision_count) { in GetShortenedPath() argument
69 if (collision_count > 0) { in GetShortenedPath()
70 shortened_path += std::to_string(collision_count); in GetShortenedPath()
116 int collision_count = 0; in HandleShortenFilePaths() local
117 std::string shortened_path = GetShortenedPath(shortened_filename, extension, collision_count); in HandleShortenFilePaths()
119 collision_count++; in HandleShortenFilePaths()
120 shortened_path = GetShortenedPath(shortened_filename, extension, collision_count); in HandleShortenFilePaths()