Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/link/
DManifestFixer.cpp277 el->RemoveAttribute(xml::kSchemaAndroid, "versionName"); in BuildRules()
288 el->RemoveAttribute(xml::kSchemaAndroid, "versionCode"); in BuildRules()
299 el->RemoveAttribute(xml::kSchemaAndroid, "versionCodeMajor"); in BuildRules()
/frameworks/base/tools/aapt2/xml/
DXmlDom.h105 void RemoveAttribute(const android::StringPiece& ns,
DXmlDom.cpp430 void Element::RemoveAttribute(const StringPiece& ns, const StringPiece& name) { in RemoveAttribute() function in aapt::xml::Element
/frameworks/base/tools/aapt2/cmd/
DUtil.cpp434 manifest->RemoveAttribute(xml::kSchemaAndroid, "versionCodeMajor"); in SetLongVersionCode()