OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:manifestEl
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/tools/aapt2/xml/
XmlActionExecutor_test.cpp
28
Element*
manifestEl
= nullptr;
30
manifestEl
= manifest;
44
ASSERT_NE(nullptr,
manifestEl
);
45
EXPECT_EQ(std::u16string(u"manifest"),
manifestEl
->name);
/frameworks/base/tools/aapt2/link/
ManifestFixer.cpp
244
static bool renameManifestPackage(const StringPiece16& packageOverride, xml::Element*
manifestEl
) {
245
xml::Attribute* attr =
manifestEl
->findAttribute({}, u"package");
254
manifestEl
->accept(&visitor);
Link.cpp
581
if (xml::Element*
manifestEl
= xml::findRootElement(xmlRes->root.get())) {
582
if (
manifestEl
->namespaceUri.empty() &&
manifestEl
->name == u"manifest") {
583
if (xml::Attribute* packageAttr =
manifestEl
->findAttribute({}, u"package")) {
[
all
...]
Completed in 296 milliseconds