Home
last modified time | relevance | path

Searched refs:GetUncompressedLength (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Dzip_archive.cc31 uint32_t ZipEntry::GetUncompressedLength() { in GetUncompressedLength() function in art::ZipEntry
59 nullptr, GetUncompressedLength(), in ExtractToMemMap()
Dzip_archive.h44 uint32_t GetUncompressedLength();
/art/runtime/interpreter/
Dunstarted_runtime.cc386 *size = zip_entry->GetUncompressedLength(); in FindAndExtractEntry()