Home
last modified time | relevance | path

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

/external/lz4/programs/
DMakefile116 lz4$(EXT) lz4c$(EXT) lz4c32$(EXT) unlz4$(EXT) lz4cat$(EXT)
125 unlz4: lz4 target
126 $(LN_SF) lz4$(EXT) unlz4$(EXT)
154 @$(LN_S) lz4$(EXT) $(DESTDIR)$(bindir)/unlz4$(EXT)
159 @$(LN_SF) lz4.1 $(DESTDIR)$(man1dir)/unlz4.1
164 @$(RM) $(DESTDIR)$(bindir)/unlz4$(EXT)
170 @$(RM) $(DESTDIR)$(man1dir)/unlz4.1
D.gitignore3 unlz4
Dlz4.1.md1 lz4(1) -- lz4, unlz4, lz4cat - Compress or decompress .lz4 files
9 `unlz4` is equivalent to `lz4 -d`
15 (`lz4 -d` or `lz4 -dc`) instead of the names `unlz4` and `lz4cat`.
97 (for example, `unlz4` implies `--decompress`), argument
/external/lz4/contrib/cmake_unofficial/
DCMakeLists.txt191 # install lz4cat and unlz4 symlinks on *nix
194 foreach(f lz4cat unlz4)
203 foreach(f lz4cat unlz4)
/external/zstd/tests/
DMakefile415 test-lz4: ZSTD_UNLZ4 = LD_LIBRARY_PATH=/usr/local/lib ./unlz4
418 [ -f unlz4 ] || ln -s $(PRGDIR)/zstd unlz4
446 rm tmp lz4 unlz4
/external/lz4/contrib/meson/programs/
Dmeson.build49 foreach f : ['lz4c', 'lz4cat', 'unlz4']
/external/lz4/tests/
DMakefile69 lz4c unlz4 lz4cat: lz4 target
262 test-lz4-basic: lz4 datagen unlz4 lz4cat
282 $(PRGDIR)/unlz4 --rm tmp-tlb-hw.lz4 tmp-tlb-hw
/external/zstd/programs/
DREADME.md56 Alternatively, symlinks named `lz4`, or `unlz4` will mimic intended behavior.
103 - `unzstd` and `unlz4` will decompress any of the supported format.