Searched refs:manifest_in (Results 1 – 1 of 1) sorted by relevance
51 std::unique_ptr<android::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()132 std::unique_ptr<android::InputStream> manifest_in = manifest_file->OpenInputStream(); in LoadProtoApkFromFileCollection() local133 if (manifest_in == nullptr) { in LoadProtoApkFromFileCollection()139 io::ProtoInputStreamReader proto_reader(manifest_in.get()); in LoadProtoApkFromFileCollection()