Home
last modified time | relevance | path

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

/art/runtime/
Dzip_archive.cc41 uint32_t ZipEntry::GetUncompressedLength() { in GetUncompressedLength() function in art::ZipEntry
82 nullptr, GetUncompressedLength(), in ExtractToMemMap()
140 GetUncompressedLength(), // Byte count in MapDirectlyFromFile()
Dzip_archive.h62 uint32_t GetUncompressedLength();
/art/libdexfile/dex/
Ddex_file_loader.cc73 std::vector<uint8_t> map(GetUncompressedLength()); in Extract()
89 uint32_t GetUncompressedLength() { in GetUncompressedLength() function in art::DexZipEntry
398 if (zip_entry->GetUncompressedLength() == 0) { in OpenOneDexFileFromZip()
/art/runtime/dex/
Dart_dex_file_loader.cc363 if (zip_entry->GetUncompressedLength() == 0) { in OpenOneDexFileFromZip()
/art/runtime/jit/
Dprofile_compilation_info.cc1191 if (zip_entry->GetUncompressedLength() == 0) { in OpenSource()
/art/runtime/interpreter/
Dunstarted_runtime.cc542 *size = zip_entry->GetUncompressedLength(); in FindAndExtractEntry()