Home
last modified time | relevance | path

Searched defs:manifest_file (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/tools/aapt2/
H A DLoadedApk.cpp45 io::IFile* manifest_file = apk->FindFile(kAndroidManifestPath); in DetermineApkFormat() local
126 io::IFile* manifest_file = collection->FindFile(kAndroidManifestPath); in LoadProtoApkFromFileCollection() local
176 io::IFile* manifest_file = collection->FindFile(kAndroidManifestPath); in LoadBinaryApkFromFileCollection() local
/aosp14/frameworks/base/tools/aapt2/test/
H A DFixture.cpp141 const std::string manifest_file = GetTestPath("AndroidManifest.xml"); local