Home
last modified time | relevance | path

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

/external/zstd/tests/
DMakefile402 test-lz4: ZSTD_UNLZ4 = LD_LIBRARY_PATH=/usr/local/lib ./unlz4 macro
413 $(ZSTD_UNLZ4) | \
/external/zstd/programs/
Dzstdcli.c73 #define ZSTD_UNLZ4 "unlz4" macro
871 …if (exeNameMatch(programName, ZSTD_UNLZ4)) { operation=zom_decompress; FIO_setCompressionType(pref… in main()