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

  /art/runtime/
zip_archive.h 54 uint32_t GetUncompressedLength();
zip_archive.cc 37 uint32_t ZipEntry::GetUncompressedLength() {
74 nullptr, GetUncompressedLength(),
132 GetUncompressedLength(), // Byte count
dex_file.cc 345 if (zip_entry->GetUncompressedLength() == 0) {
    [all...]
  /art/runtime/interpreter/
unstarted_runtime.cc 500 *size = zip_entry->GetUncompressedLength();
    [all...]

Completed in 148 milliseconds