Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/optimize/
DObfuscator.cpp39 shorten_resource_paths_(optimizeOptions.shorten_resource_paths), in Obfuscator()
219 if (shorten_resource_paths_) { in Consume()
258 return shorten_resource_paths_ || collapse_key_stringpool_; in IsEnabled()
DObfuscator.h65 const bool shorten_resource_paths_; variable