Home
last modified time | relevance | path

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

/art/runtime/native/
Dlibcore_util_CharsetUtils.cc164 bool compressed = string->IsCompressed(); in CharsetUtils_toUtf8Bytes() local
166 if (compressed) { in CharsetUtils_toUtf8Bytes()
177 if (compressed) { in CharsetUtils_toUtf8Bytes()
/art/libelffile/elf/
Delf_debug_reader.h83 auto compressed = Read<uint8_t>(gnu_debugdata->sh_offset, gnu_debugdata->sh_size); in ElfDebugReader() local
84 XzDecompress(compressed, &decompressed_gnu_debugdata_); in ElfDebugReader()
/art/build/apex/
DAndroid.bp275 // Indicates that pre-installed version of this apex can be compressed.
276 // Whether it actually will be compressed is controlled on per-device basis.