HomeSort by relevance Sort by last modified time
    Searched refs:manifestAction (Results 1 - 2 of 2) sorted by null

  /frameworks/base/tools/aapt2/link/
ManifestFixer.cpp 116 xml::XmlNodeAction& manifestAction = (*executor)[u"manifest"];
117 manifestAction.action(verifyManifest);
118 manifestAction.action([&](xml::Element* el) -> bool {
140 manifestAction[u"eat-comment"];
143 manifestAction[u"uses-sdk"].action([&](xml::Element* el) -> bool {
163 manifestAction[u"instrumentation"].action([&](xml::Element* el) -> bool {
174 manifestAction[u"original-package"];
175 manifestAction[u"protected-broadcast"];
176 manifestAction[u"uses-permission"];
177 manifestAction[u"permission"]
    [all...]
  /frameworks/base/tools/aapt2/xml/
XmlActionExecutor_test.cpp 25 XmlNodeAction& manifestAction = executor[u"manifest"];
26 XmlNodeAction& applicationAction = manifestAction[u"application"];
29 manifestAction.action([&](Element* manifest) -> bool {

Completed in 305 milliseconds