HomeSort by relevance Sort by last modified time
    Searched defs:zip_entry_ (Results 1 - 3 of 3) sorted by null

  /art/runtime/
zip_archive.h 73 : handle_(handle), zip_entry_(zip_entry), entry_name_(entry_name) {}
76 ::ZipEntry* const zip_entry_; member in class:art::ZipEntry
  /frameworks/base/tools/aapt2/io/
ZipArchive.h 44 ::ZipEntry zip_entry_; member in class:aapt::io::ZipFile
  /art/libdexfile/dex/
dex_file_loader.cc 78 const int32_t error = ExtractToMemory(handle_, zip_entry_, map.data(), map.size());
86 delete zip_entry_;
90 return zip_entry_->uncompressed_length;
94 return zip_entry_->crc32;
101 : handle_(handle), zip_entry_(zip_entry), entry_name_(entry_name) {}
104 ::ZipEntry* const zip_entry_; member in class:art::DexZipEntry

Completed in 86 milliseconds