Searched refs:FindOrCreateAttribute (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/tools/aapt2/link/
H A DManifestFixer.cpp376 xml::Attribute *attr = el->FindOrCreateAttribute(xml::kSchemaAndroid, "debuggable");
460 xml::Attribute* attr = root->FindOrCreateAttribute(xml::kSchemaAndroid, "compileSdkVersion");
470 root->FindOrCreateAttribute(xml::kSchemaAndroid, "compileSdkVersionCodename");
/frameworks/base/tools/aapt2/optimize/
H A DMultiApkGenerator.cpp364 xml::Attribute* size = screen->FindOrCreateAttribute(kSchemaAndroid, "screenSize");
368 xml::Attribute* density = screen->FindOrCreateAttribute(kSchemaAndroid, "screenDensity");
/frameworks/base/tools/aapt2/xml/
H A DXmlDom.h103 Attribute* FindOrCreateAttribute(const android::StringPiece& ns,
H A DXmlDom.cpp426 Attribute* Element::FindOrCreateAttribute(const StringPiece& ns, const StringPiece& name) { function in class:aapt::xml::Element

Completed in 128 milliseconds