Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/format/binary/
DBinaryResourceParser.cpp420 auto spec_flags = entry_type_spec_flags_.find(res_id); in ParseType() local
421 if (spec_flags != entry_type_spec_flags_.end() && in ParseType()
422 spec_flags->second & ResTable_typeSpec::SPEC_STAGED_API) { in ParseType()
DTableFlattener_test.cpp98 uint32_t spec_flags; in Exists() local
99 if (table->getResource(expected_id.id, &val, false, 0, &spec_flags, &config) < 0) { in Exists()
115 if (expected_spec_flags != spec_flags) { in Exists()
118 << spec_flags << std::dec << " instead"; in Exists()