Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tools/aapt2/optimize/
H A DObfuscator.cpp39 shorten_resource_paths_(optimizeOptions.shorten_resource_paths), in Obfuscator()
195 if (shorten_resource_paths_) { in Consume()
234 return shorten_resource_paths_ || collapse_key_stringpool_; in IsEnabled()
H A DObfuscator.h58 const bool shorten_resource_paths_; variable