Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/xml/
DXmlUtil.cpp86 [](const NamespaceDecl& decl) -> bool { return decl.uri == kSchemaTools; }); in Visit()
91 [](const Attribute& attr) -> bool { return attr.namespace_uri == kSchemaTools; }); in Visit()
DXmlUtil.h32 constexpr const char* kSchemaTools = "http://schemas.android.com/tools"; variable
/frameworks/base/tools/aapt2/format/binary/
DXmlFlattener.cpp110 if (decl.uri != xml::kSchemaTools) { in Visit()
156 if (iter->uri != xml::kSchemaTools) { in Visit()
207 if (attr.namespace_uri != xml::kSchemaTools) { in WriteAttributes()