Searched defs:zip_entry (Results 1 – 10 of 10) sorted by relevance
78 ::ZipEntry* zip_entry, in ZipEntry()
39 std::unique_ptr<ZipEntry> zip_entry(zip_archive->Find("classes.dex", &error_msg)); in TEST_F() local
297 std::unique_ptr< ::ZipEntry> zip_entry(new ::ZipEntry); in Find() local
79 std::unique_ptr<ZipEntry> zip_entry(zip_archive->Find(zip_entry_name.c_str(), error_msg)); in GetMultiDexChecksums() local
413 std::unique_ptr<ZipEntry> zip_entry(zip_archive.Find(entry_name, error_msg)); in OpenFromZipEntry() local
933 zip_entry = f"target/{TEST_NAME}/" variable936 zip_entry = f"jvm/{TEST_NAME}/" variable939 zip_entry = f"host/{TEST_NAME}/" variable
156 std::unique_ptr<ZipEntry> zip_entry(archive.Find(VdexFile::kVdexNameInDmFile, &error_msg)); in OpenFromDm() local
131 void TestProfileLoadFromZip(const char* zip_entry, in TestProfileLoadFromZip()
1457 std::unique_ptr<ZipEntry> zip_entry(zip_archive->Find(kDexMetadataProfileEntry, error)); in OpenSource() local
531 std::unique_ptr<ZipEntry> zip_entry(zip_archive->Find(entry_name, error_msg)); in FindAndExtractEntry() local