Searched refs:manifest_in (Results 1 – 1 of 1) sorted by relevance
51 std::unique_ptr<io::InputStream> manifest_in = manifest_file->OpenInputStream(); in DetermineApkFormat() local52 if (manifest_in != nullptr) { in DetermineApkFormat()54 io::ProtoInputStreamReader proto_reader(manifest_in.get()); in DetermineApkFormat()130 std::unique_ptr<io::InputStream> manifest_in = manifest_file->OpenInputStream(); in LoadProtoApkFromFileCollection() local131 if (manifest_in == nullptr) { in LoadProtoApkFromFileCollection()137 io::ProtoInputStreamReader proto_reader(manifest_in.get()); in LoadProtoApkFromFileCollection()