Searched defs:whitelisted_resources (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tools/aapt2/format/binary/
H A DTableFlattener.h45 std::set<std::string> whitelisted_resources; member in struct:aapt::TableFlattenerOptions
H A DTableFlattener.cpp224 bool collapse_key_stringpool, const std::set<std::string>& whitelisted_resources)
231 whitelisted_resources_(whitelisted_resources) {
618 options_.whitelisted_resources);
222 PackageFlattener(IAaptContext* context, ResourceTablePackage* package, const std::map<size_t, std::string>* shared_libs, bool use_sparse_entries, bool collapse_key_stringpool, const std::set<std::string>& whitelisted_resources) argument

Completed in 73 milliseconds