Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/cmd/
DUtil_test.cpp473 std::set<ResourceName> path_shorten_exemptions; in TEST() local
476 path_shorten_exemptions)); in TEST()
483 EXPECT_THAT(path_shorten_exemptions, in TEST()
497 std::set<ResourceName> path_shorten_exemptions; in TEST() local
500 path_shorten_exemptions)); in TEST()
510 std::set<ResourceName> path_shorten_exemptions; in TEST() local
513 path_shorten_exemptions)); in TEST()
523 std::set<ResourceName> path_shorten_exemptions; in TEST() local
526 path_shorten_exemptions)); in TEST()
DOptimize.cpp327 options->table_flattener_options.path_shorten_exemptions); in ExtractConfig()
DConvert.cpp368 out_options.path_shorten_exemptions); in ExtractResourceConfig()
/frameworks/base/tools/aapt2/optimize/
DObfuscator.cpp110 const std::set<ResourceName>& path_shorten_exemptions) { in HandleShortenFilePaths() argument
118 if (path_shorten_exemptions.find(resource_name) != path_shorten_exemptions.end()) { in HandleShortenFilePaths()
221 options_.path_shorten_exemptions); in Consume()
DObfuscator.h62 const std::set<ResourceName>& path_shorten_exemptions);
DObfuscator_test.cpp139 flattenerOptions.path_shorten_exemptions.insert( in TEST()
/frameworks/base/tools/aapt2/format/binary/
DTableFlattener.h64 std::set<ResourceName> path_shorten_exemptions; member