Home
last modified time | relevance | path

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

/Linux-v6.6/tools/perf/util/
Dlzma.c17 static const char *lzma_strerror(lzma_ret ret) in lzma_strerror() function
54 pr_debug("lzma: lzma_stream_decoder failed %s (%d)\n", lzma_strerror(ret), ret); in lzma_decompress_to_file()
95 pr_debug("lzma: failed %s\n", lzma_strerror(ret)); in lzma_decompress_to_file()