Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/optimize/
DObfuscator.cpp90 android::StringPiece extension, int collision_count) { in GetShortenedPath() argument
92 if (collision_count > 0) { in GetShortenedPath()
93 shortened_path += std::to_string(collision_count); in GetShortenedPath()
140 int collision_count = 0; in HandleShortenFilePaths() local
141 std::string shortened_path = GetShortenedPath(shortened_filename, extension, collision_count); in HandleShortenFilePaths()
143 collision_count++; in HandleShortenFilePaths()
144 shortened_path = GetShortenedPath(shortened_filename, extension, collision_count); in HandleShortenFilePaths()