Searched defs:zip_entry (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A Dzip_archive.h62 ::ZipEntry* zip_entry,
64 : handle_(handle), zip_entry_(zip_entry), entry_name_(entry_name) {}
61 ZipEntry(ZipArchiveHandle handle, ::ZipEntry* zip_entry, const std::string& entry_name) argument
/art/compiler/
H A Doat_writer.cc113 explicit DexFileSource(ZipEntry* zip_entry) argument
114 : type_(kZipEntry), source_(zip_entry) {
2464 ZipEntry* zip_entry = oat_dex_file->source_.GetZipEntry();
2466 zip_entry->ExtractToMemMap(location.c_str(), "classes.dex", &error_msg));
2472 zip_entry->GetCrc32(),

Completed in 180 milliseconds