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<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() local127 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() local177 if (manifest_file == nullptr) { in LoadBinaryApkFromFileCollection()182 std::unique_ptr<io::IData> manifest_data = manifest_file->OpenAsData(); in LoadBinaryApkFromFileCollection()
141 const std::string manifest_file = GetTestPath("AndroidManifest.xml"); local142 WriteFile(manifest_file, android::base::StringPrintf(R"(