Home
last modified time | relevance | path

Searched refs:GetManifest (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/tools/aapt2/
DLoadedApk.h89 const xml::XmlResource* GetManifest() const { in GetManifest() function
/frameworks/base/tools/aapt2/cmd/
DConvert.cpp285 if (!serializer->SerializeXml(apk->GetManifest(), kAndroidManifestPath, true /*utf16*/, in Convert()
398 auto app_info = ExtractAppInfoFromBinaryManifest(*apk->GetManifest(), context.GetDiagnostics()); in Action()
DDump.h51 xml::Element* manifest_el = apk->GetManifest()->root.get(); in GetPackageName()
DOptimize.cpp332 const xml::XmlResource* manifest = apk->GetManifest(); in ExtractAppDataFromManifest()
DLink_test.cpp1037 auto apk_manifest = apk->GetManifest(); in TEST_F()
1170 auto apk_manifest = apk->GetManifest(); in TEST_F()
/frameworks/base/tools/aapt2/optimize/
DMultiApkGenerator.cpp271 const xml::XmlResource* apk_manifest = apk_->GetManifest(); in UpdateManifest()