Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/optimize/
DResourcePathShortener.cpp67 std::string GetShortenedPath(const android::StringPiece& shortened_filename, in GetShortenedPath() argument
69 std::string shortened_path = "res/" + shortened_filename.to_string(); in GetShortenedPath()
98 std::string shortened_filename = ShortenFileName(*file_ref->path, num_chars); in Consume() local
100 std::string shortened_path = GetShortenedPath(shortened_filename, extension, collision_count); in Consume()
103 shortened_path = GetShortenedPath(shortened_filename, extension, collision_count); in Consume()