Home
last modified time | relevance | path

Searched defs:zip_entry (Results 1 – 10 of 10) sorted by relevance

/art/libartbase/base/
Dzip_archive.h78 ::ZipEntry* zip_entry, in ZipEntry()
Dzip_archive_test.cc39 std::unique_ptr<ZipEntry> zip_entry(zip_archive->Find("classes.dex", &error_msg)); in TEST_F() local
Dzip_archive.cc297 std::unique_ptr< ::ZipEntry> zip_entry(new ::ZipEntry); in Find() local
/art/test/
Drun-test904 zip_entry = f"target/{TEST_NAME}/" variable
907 zip_entry = f"jvm/{TEST_NAME}/" variable
910 zip_entry = f"host/{TEST_NAME}/" variable
/art/libdexfile/dex/
Ddex_file_loader.cc190 std::unique_ptr<ZipEntry> zip_entry(zip_archive->Find(name.c_str(), error_msg)); in GetMultiDexChecksum() local
503 std::unique_ptr<ZipEntry> zip_entry(zip_archive.Find(entry_name, error_msg)); in OpenFromZipEntry() local
/art/runtime/
Dvdex_file.cc155 std::unique_ptr<ZipEntry> zip_entry(archive.Find(VdexFile::kVdexNameInDmFile, &error_msg)); in OpenFromDm() local
/art/artd/
Dartd.cc375 std::unique_ptr<ZipEntry> zip_entry(zip_archive->Find("primary.prof", &error_msg)); in AnalyzeCopyAndRewriteProfileFailure() local
413 std::unique_ptr<ZipEntry> zip_entry(zip_archive->Find(kEmbeddedProfileEntry, &error_msg)); in ExtractEmbeddedProfileToFd() local
/art/libprofile/profile/
Dprofile_compilation_info_test.cc131 void TestProfileLoadFromZip(const char* zip_entry, in TestProfileLoadFromZip()
Dprofile_compilation_info.cc1492 std::unique_ptr<ZipEntry> zip_entry(zip_archive->Find(kDexMetadataProfileEntry, error)); in OpenSource() local
/art/runtime/interpreter/
Dunstarted_runtime.cc540 std::unique_ptr<ZipEntry> zip_entry(zip_archive->Find(entry_name, error_msg)); in FindAndExtractEntry() local