Searched refs:lzma_decompress_to_file (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | compress.h | 16 int lzma_decompress_to_file(const char *input, int output_fd);
|
H A D | lzma.c | 35 int lzma_decompress_to_file(const char *input, int output_fd) in lzma_decompress_to_file() function
|
H A D | dso.c | 232 { "xz", lzma_decompress_to_file, lzma_is_compressed },
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | compress.h | 16 int lzma_decompress_to_file(const char *input, int output_fd);
|
H A D | lzma.c | 35 int lzma_decompress_to_file(const char *input, int output_fd) in lzma_decompress_to_file() function
|
H A D | dso.c | 268 { "xz", lzma_decompress_to_file, lzma_is_compressed },
|
Completed in 7 milliseconds