Searched refs:zlib (Results 1 - 13 of 13) sorted by relevance

/system/extras/tests/workloads/
H A Datrace-uncompress.py6 import sys, zlib namespace
31 out = zlib.decompress(data)
/system/extras/ANRdaemon/
H A DAndroid.mk7 LOCAL_C_INCLUDES += external/zlib
H A DANRdaemon.cpp53 #include <zlib.h>
388 ALOGE("error initializing zlib: %d\n", result);
445 ALOGE("error cleaning up zlib: %d\n", result);
/system/bt/tools/scripts/
H A Dbtsnooz.py29 import zlib namespace
79 decompressed = zlib.decompress(snooz[9:])
/system/core/include/ziparchive/
H A Dzip_writer.h28 #include <zlib.h>
/system/core/toolbox/upstream-netbsd/usr.bin/grep/
H A Dgrep.h40 #include <zlib.h>
H A Dfile.c57 #include <zlib.h>
/system/bt/main/
H A DAndroid.mk56 external/zlib
/system/bt/btif/src/
H A Dbtif_debug_btsnoop.c21 #include <zlib.h>
/system/bt/btif/
H A DAndroid.mk110 external/zlib
/system/core/libziparchive/
H A Dzip_archive_stream_entry.cc32 #include <zlib.h>
146 // Initialize the zlib stream struct.
156 // Use the undocumented "negative window bits" feature to tell zlib
157 // that there's no zlib header waiting for it.
161 ALOGE("Installed zlib is not compatible with linked version (%s)",
H A Dzip_writer.cc29 #include <zlib.h>
57 // An error occurred in zlib.
250 ALOGE("Installed zlib is not compatible with linked version (%s)", ZLIB_VERSION);
/system/core/libsparse/
H A Doutput_file.c30 #include <zlib.h>

Completed in 1082 milliseconds