Home
last modified time | relevance | path

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

/aosp12/frameworks/base/tools/aapt2/optimize/
H A DResourcePathShortener.cpp86 std::unordered_set<std::string> shortened_paths; in Consume() local
112 while (shortened_paths.find(shortened_path) != shortened_paths.end()) { in Consume()
116 shortened_paths.insert(shortened_path); in Consume()