Home
last modified time | relevance | path

Searched refs:compressed_size (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/tools/aapt2/format/
DArchive.cpp213 if (last_entry.compressed_size + (last_entry.compressed_size / 10) > in WriteFile()
/frameworks/libs/binary_translation/tools/nogrod/
Delf_reader.cc143 size_t compressed_size = section_size - kChdrSize; in UncompressSection() local
149 compressed_size); in UncompressSection()