Home
last modified time | relevance | path

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

/external/lz4/programs/
DMakefile73 all: lz4 lz4c
84 lz4c: lz4 target
85 ln -s lz4$(EXT) lz4c$(EXT)
105 lz4$(EXT) lz4c$(EXT) lz4c32$(EXT) unlz4$(EXT) lz4cat$(EXT)
151 @ln -sf lz4$(EXT) $(DESTDIR)$(bindir)/lz4c$(EXT)
156 @ln -sf lz4.1 $(DESTDIR)$(man1dir)/lz4c.1
165 @$(RM) $(DESTDIR)$(bindir)/lz4c$(EXT)
167 @$(RM) $(DESTDIR)$(man1dir)/lz4c.1
D.gitignore5 lz4c
DAndroid.bp17 name: "lz4c",
DREADME.md7 - `lz4c` : Same as `lz4` with additional support legacy lz4 commands (incompatible with gzip)
8 - `lz4c32` : Same as `lz4c`, but forced to compile in 32-bits mode
/external/lz4/contrib/cmake_unofficial/
DCMakeLists.txt15 option(LZ4_BUILD_LEGACY_LZ4C "Build lz4c progam with legacy argument support" ON)
132 # lz4c
134 list(APPEND LZ4_PROGRAMS_BUILT lz4c)
135 add_executable(lz4c ${LZ4_CLI_SOURCES}) target
136 set_target_properties(lz4c PROPERTIES COMPILE_DEFINITIONS "ENABLE_LZ4C_LEGACY_OPTIONS")
137 target_link_libraries(lz4c ${LZ4_LINK_LIBRARY})
D.gitignore8 lz4c
/external/lz4/tests/
DMakefile77 lz4c unlz4 lz4cat: lz4 target
151 test: test-lz4 test-lz4c test-frametest test-fullbench test-fuzzer test-install
358 test-lz4c: lz4c datagen
/external/lz4/
DNEWS193 Added : man pages for lz4c and lz4cat
244 Makefile : make install installs both lz4 and lz4c (Jorge Aparicio)