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

  /art/runtime/
zip_archive.h 57 uint32_t GetUncompressedLength();
zip_archive.cc 40 uint32_t ZipEntry::GetUncompressedLength() {
77 nullptr, GetUncompressedLength(),
135 GetUncompressedLength(), // Byte count
dex_file.cc 346 if (zip_entry->GetUncompressedLength() == 0) {
    [all...]
  /art/runtime/interpreter/
unstarted_runtime.cc 500 *size = zip_entry->GetUncompressedLength();
    [all...]

Completed in 1331 milliseconds