Home
last modified time | relevance | path

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

/aosp12/frameworks/base/tools/aapt2/link/
H A DManifestFixer.cpp339 el->RemoveAttribute(xml::kSchemaAndroid, "versionName"); in BuildRules()
350 el->RemoveAttribute(xml::kSchemaAndroid, "versionCode"); in BuildRules()
361 el->RemoveAttribute(xml::kSchemaAndroid, "versionCodeMajor"); in BuildRules()
372 el->RemoveAttribute(xml::kSchemaAndroid, "revisionCode"); in BuildRules()
/aosp12/frameworks/base/tools/aapt2/xml/
H A DXmlDom.h105 void RemoveAttribute(const android::StringPiece& ns,
H A DXmlDom.cpp431 void Element::RemoveAttribute(const StringPiece& ns, const StringPiece& name) { in RemoveAttribute() function in aapt::xml::Element
/aosp12/frameworks/base/tools/aapt2/cmd/
H A DUtil.cpp434 manifest->RemoveAttribute(xml::kSchemaAndroid, "versionCodeMajor"); in SetLongVersionCode()