Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/optimize/
DResourcePathShortener.cpp79 std::unordered_set<std::string> shortened_paths; in Consume() local
101 while (shortened_paths.find(shortened_path) != shortened_paths.end()) { in Consume()
105 shortened_paths.insert(shortened_path); in Consume()