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

  /art/runtime/
zip_archive.h 49 ::ZipEntry* zip_entry) : handle_(handle), zip_entry_(zip_entry) {}
52 ::ZipEntry* const zip_entry_; member in class:art::ZipEntry
zip_archive.cc 32 return zip_entry_->uncompressed_length;
36 return zip_entry_->crc32;
40 delete zip_entry_;
44 const int32_t error = ExtractEntryToFile(handle_, zip_entry_, file.Fd());
67 const int32_t error = ExtractToMemory(handle_, zip_entry_,

Completed in 249 milliseconds