Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/dump/
DDumpManifest.cpp96 static xml::Attribute* FindAttribute(xml::Element *el, uint32_t resd_id) { in FindAttribute() argument
99 if (a.compiled_attribute.value().id.value() == resd_id) { in FindAttribute()