Searched refs:collision_count (Results 1 – 1 of 1) sorted by relevance
90 android::StringPiece extension, int collision_count) { in GetShortenedPath() argument92 if (collision_count > 0) { in GetShortenedPath()93 shortened_path += std::to_string(collision_count); in GetShortenedPath()140 int collision_count = 0; in HandleShortenFilePaths() local141 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()