Home
last modified time | relevance | path

Searched refs: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
46 if (manifest_file == nullptr) { in DetermineApkFormat()
51 std::unique_ptr<android::InputStream> manifest_in = manifest_file->OpenInputStream(); in DetermineApkFormat()
61 std::unique_ptr<io::IData> manifest_data = manifest_file->OpenAsData(); in DetermineApkFormat()
126 io::IFile* manifest_file = collection->FindFile(kAndroidManifestPath); in LoadProtoApkFromFileCollection() local
127 if (manifest_file == nullptr) { in LoadProtoApkFromFileCollection()
132 std::unique_ptr<android::InputStream> manifest_in = manifest_file->OpenInputStream(); in LoadProtoApkFromFileCollection()
176 io::IFile* manifest_file = collection->FindFile(kAndroidManifestPath); in LoadBinaryApkFromFileCollection() local
177 if (manifest_file == nullptr) { in LoadBinaryApkFromFileCollection()
182 std::unique_ptr<io::IData> manifest_data = manifest_file->OpenAsData(); in LoadBinaryApkFromFileCollection()
/frameworks/base/tools/aapt2/test/
DFixture.cpp141 const std::string manifest_file = GetTestPath("AndroidManifest.xml"); local
142 WriteFile(manifest_file, android::base::StringPrintf(R"(