Searched defs:allow_new (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/tools/aapt2/
H A DResourceTable.h55 bool allow_new = false; member in struct:aapt::Symbol
H A DResourceParser.cpp95 bool allow_new = false; member in struct:aapt::ParsedResource
114 symbol.allow_new = res->allow_new;
862 out_resource->allow_new = true;
/frameworks/base/tools/aapt2/link/
H A DTableMerger.cpp55 bool allow_new) {
87 allow_new, callback);
264 if (allow_new_resources || src_entry->symbol_status.allow_new) {
365 overlay /* overlay */, true /* allow_new */, {});
53 MergeImpl(const Source& src, ResourceTable* table, io::IFileCollection* collection, bool overlay, bool allow_new) argument

Completed in 546 milliseconds