Searched refs:collision_count (Results 1 – 1 of 1) sorted by relevance
67 android::StringPiece extension, int collision_count) { in GetShortenedPath() argument69 if (collision_count > 0) { in GetShortenedPath()70 shortened_path += std::to_string(collision_count); in GetShortenedPath()116 int collision_count = 0; in HandleShortenFilePaths() local117 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()