Home
last modified time | relevance | path

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

/external/toybox/toys/other/
Dbzcat.c644 static char *bunzipStream(int src_fd, int dst_fd) in bunzipStream() function
664 char *err = bunzipStream(fd, 1); in do_bzcat()
699 err = bunzipStream(fd, outfd); in do_bunzip2()