Home
last modified time | relevance | path

Searched defs:compress_file (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/lz4/examples/
H A DfileCompress.c34 static int compress_file(FILE* f_in, FILE* f_out) in compress_file() function
H A DframeCompress.c151 compress_file(FILE* f_in, FILE* f_out, in compress_file() function
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/powerpc/nx-gzip/
H A Dgzfht_test.c236 int compress_file(int argc, char **argv, void *handle) in compress_file() function
/aosp_15_r20/tools/asuite/atest/integration_tests/
H A Dsplit_build_test_script.py394 def compress_file(self, file_path: pathlib.Path) -> None: member in _FileCompressor