Searched refs:dst_fd (Results 1 – 2 of 2) sorted by relevance
/external/toybox/toys/pending/ |
D | tar.c | 364 int flags, dst_fd = -1; in extract_to_disk() local 406 dst_fd = open(file_hdr->name, flags, file_hdr->mode & 07777); in extract_to_disk() 407 if (dst_fd == -1) perror_msg("%s: can't open", file_hdr->name); in extract_to_disk() 430 copy_in_out(tar->src_fd, dst_fd, file_hdr->size); in extract_to_disk() 432 close(dst_fd); in extract_to_disk()
|
/external/toybox/toys/other/ |
D | bzcat.c | 643 static char *bunzipStream(int src_fd, int dst_fd) in bunzipStream() argument 650 i = write_bunzip_data(bd,bd->bwdata, dst_fd, 0, 0); in bunzipStream() 656 flush_bunzip_outbuf(bd, dst_fd); in bunzipStream()
|