Home
last modified time | relevance | path

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

/art/runtime/native/
Dlibcore_util_CharsetUtils.cc110 bool compressed = string->IsCompressed(); in CharsetUtils_toUtf8Bytes() local
112 if (compressed) { in CharsetUtils_toUtf8Bytes()
127 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()