Searched refs:spec_flags (Results 1 – 2 of 2) sorted by relevance
420 auto spec_flags = entry_type_spec_flags_.find(res_id); in ParseType() local421 if (spec_flags != entry_type_spec_flags_.end() && in ParseType()422 spec_flags->second & ResTable_typeSpec::SPEC_STAGED_API) { in ParseType()
98 uint32_t spec_flags; in Exists() local99 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()