Home
last modified time | relevance | path

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

/external/kmod/libkmod/
Dlibkmod-file.c88 static int xz_uncompress(lzma_stream *strm, struct kmod_file *file) in xz_uncompress() function
157 ret = xz_uncompress(&strm, file); in load_xz()
/external/squashfs-tools/squashfs-tools/
Dxz_wrapper.c487 static int xz_uncompress(void *dest, void *src, int size, int outsize, in xz_uncompress() function
530 .uncompress = xz_uncompress,