Home
last modified time | relevance | path

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

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