Searched refs:shortened_path (Results 1 – 1 of 1) sorted by relevance
69 std::string shortened_path = "res/" + shortened_filename.to_string(); in GetShortenedPath() local71 shortened_path += std::to_string(collision_count); in GetShortenedPath()73 shortened_path += extension; in GetShortenedPath()74 return shortened_path; in GetShortenedPath()100 std::string shortened_path = GetShortenedPath(shortened_filename, extension, collision_count); in Consume() local101 while (shortened_paths.find(shortened_path) != shortened_paths.end()) { in Consume()103 shortened_path = GetShortenedPath(shortened_filename, extension, collision_count); in Consume()105 shortened_paths.insert(shortened_path); in Consume()106 path_map_.insert({*file_ref->path, shortened_path}); in Consume()107 file_ref->path = table->string_pool.MakeRef(shortened_path, file_ref->path.GetContext()); in Consume()