Searched refs:GetUncompressedLength (Results 1 – 6 of 6) sorted by relevance
41 uint32_t ZipEntry::GetUncompressedLength() { in GetUncompressedLength() function in art::ZipEntry82 nullptr, GetUncompressedLength(), in ExtractToMemMap()140 GetUncompressedLength(), // Byte count in MapDirectlyFromFile()
62 uint32_t GetUncompressedLength();
73 std::vector<uint8_t> map(GetUncompressedLength()); in Extract()89 uint32_t GetUncompressedLength() { in GetUncompressedLength() function in art::DexZipEntry398 if (zip_entry->GetUncompressedLength() == 0) { in OpenOneDexFileFromZip()
363 if (zip_entry->GetUncompressedLength() == 0) { in OpenOneDexFileFromZip()
1191 if (zip_entry->GetUncompressedLength() == 0) { in OpenSource()
542 *size = zip_entry->GetUncompressedLength(); in FindAndExtractEntry()