Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/format/binary/
DTableFlattener.h45 std::set<std::string> whitelisted_resources; member
DTableFlattener.cpp231 bool collapse_key_stringpool, const std::set<std::string>& whitelisted_resources) in PackageFlattener() argument
238 whitelisted_resources_(whitelisted_resources) { in PackageFlattener()
763 options_.whitelisted_resources); in Consume()
DTableFlattener_test.cpp594 options.whitelisted_resources.insert("test"); in TEST_F()
595 options.whitelisted_resources.insert("three"); in TEST_F()
/frameworks/base/tools/aapt2/cmd/
DOptimize.cpp306 options->table_flattener_options.whitelisted_resources.insert( in ExtractObfuscationWhitelistFromConfig()
349 options->table_flattener_options.whitelisted_resources.insert( in ExtractConfig()