Searched refs:manifest_file (Results 1 – 2 of 2) sorted by relevance
45 io::IFile* manifest_file = apk->FindFile(kAndroidManifestPath); in DetermineApkFormat() local46 if (manifest_file == nullptr) { in DetermineApkFormat()51 std::unique_ptr<io::InputStream> manifest_in = manifest_file->OpenInputStream(); in DetermineApkFormat()61 std::unique_ptr<io::IData> manifest_data = manifest_file->OpenAsData(); in DetermineApkFormat()124 io::IFile* manifest_file = collection->FindFile(kAndroidManifestPath); in LoadProtoApkFromFileCollection() local125 if (manifest_file == nullptr) { in LoadProtoApkFromFileCollection()130 std::unique_ptr<io::InputStream> manifest_in = manifest_file->OpenInputStream(); in LoadProtoApkFromFileCollection()173 io::IFile* manifest_file = collection->FindFile(kAndroidManifestPath); in LoadBinaryApkFromFileCollection() local174 if (manifest_file == nullptr) { in LoadBinaryApkFromFileCollection()179 std::unique_ptr<io::IData> manifest_data = manifest_file->OpenAsData(); in LoadBinaryApkFromFileCollection()
130 const std::string manifest_file = GetTestPath("AndroidManifest.xml"); local131 CHECK(WriteFile(manifest_file, android::base::StringPrintf(R"(