Home
last modified time | relevance | path

Searched refs:src_fd (Results 1 - 17 of 17) sorted by relevance

/third_party/toybox/toys/other/
H A Dbzcat.c602 // Allocate the structure, read file header. If !len, src_fd contains
604 static int start_bunzip(struct bunzip_data **bdp, int src_fd, char *inbuf, in start_bunzip() argument
622 bd->in_fd = src_fd; in start_bunzip()
641 // Example usage: decompress src_fd to dst_fd. (Stops at end of bzip data,
643 static char *bunzipStream(int src_fd, int dst_fd) in bunzipStream() argument
649 if (!(i = start_bunzip(&bd,src_fd, 0, 0))) { in bunzipStream()
/third_party/f2fs-tools/tools/f2fs_io/
H A Df2fs_io.c940 int src_fd; in do_copy() local
973 src_fd = xopen(argv[0], O_RDONLY | open_flags, 0); in do_copy()
980 if (fstat(src_fd, &stbuf) != 0) in do_copy()
987 src_fd, 0); in do_copy()
995 while ((ret = sendfile(dst_fd, src_fd, NULL, INT_MAX)) > 0) in do_copy()
1002 while ((ret = xread(src_fd, buf, 4096)) > 0) in do_copy()
1006 close(src_fd); in do_copy()
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs2596 pub src_fd: __s64,
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs601 pub src_fd: ::__s64,
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs2595 pub src_fd: __s64,
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs2575 pub src_fd: __s64,
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs2711 pub src_fd: __s64,
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dgeneral.rs2780 pub src_fd: __s64,
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H A Dgeneral.rs2733 pub src_fd: __s64,
/third_party/rust/crates/linux-raw-sys/src/mips/
H A Dgeneral.rs2844 pub src_fd: __s64,
/third_party/rust/crates/linux-raw-sys/src/arm/
H A Dgeneral.rs2679 pub src_fd: __s64,
/third_party/rust/crates/linux-raw-sys/src/sparc/
H A Dgeneral.rs2944 pub src_fd: __s64,
/third_party/rust/crates/linux-raw-sys/src/s390x/
H A Dgeneral.rs2648 pub src_fd: __s64,
/third_party/rust/crates/linux-raw-sys/src/sparc64/
H A Dgeneral.rs2920 pub src_fd: __s64,
/third_party/rust/crates/linux-raw-sys/src/x32/
H A Dgeneral.rs2626 pub src_fd: __s64,
/third_party/rust/crates/linux-raw-sys/src/x86/
H A Dgeneral.rs2709 pub src_fd: __s64,
/third_party/rust/crates/linux-raw-sys/src/x86_64/
H A Dgeneral.rs2637 pub src_fd: __s64,

Completed in 184 milliseconds