Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dcompress.h21 int lzma_decompress_to_file(const char *input, int output_fd);
31 int lzma_decompress_to_file(const char *input __maybe_unused, in lzma_decompress_to_file() function
H A Dlzma.c99 int lzma_decompress_to_file(const char *input, int output_fd) in lzma_decompress_to_file() function
H A Ddso.c278 { "xz", lzma_decompress_to_file, lzma_is_compressed },