Searched refs:src_fd (Results 1 - 17 of 17) sorted by relevance
/third_party/toybox/toys/other/ |
H A D | bzcat.c | 602 // 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 D | f2fs_io.c | 940 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 D | general.rs | 2596 pub src_fd: __s64,
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
H A D | mod.rs | 601 pub src_fd: ::__s64,
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
H A D | general.rs | 2595 pub src_fd: __s64,
|
/third_party/rust/crates/linux-raw-sys/src/riscv32/ |
H A D | general.rs | 2575 pub src_fd: __s64,
|
/third_party/rust/crates/linux-raw-sys/src/powerpc64/ |
H A D | general.rs | 2711 pub src_fd: __s64,
|
/third_party/rust/crates/linux-raw-sys/src/mips64/ |
H A D | general.rs | 2780 pub src_fd: __s64,
|
/third_party/rust/crates/linux-raw-sys/src/powerpc/ |
H A D | general.rs | 2733 pub src_fd: __s64,
|
/third_party/rust/crates/linux-raw-sys/src/mips/ |
H A D | general.rs | 2844 pub src_fd: __s64,
|
/third_party/rust/crates/linux-raw-sys/src/arm/ |
H A D | general.rs | 2679 pub src_fd: __s64,
|
/third_party/rust/crates/linux-raw-sys/src/sparc/ |
H A D | general.rs | 2944 pub src_fd: __s64,
|
/third_party/rust/crates/linux-raw-sys/src/s390x/ |
H A D | general.rs | 2648 pub src_fd: __s64,
|
/third_party/rust/crates/linux-raw-sys/src/sparc64/ |
H A D | general.rs | 2920 pub src_fd: __s64,
|
/third_party/rust/crates/linux-raw-sys/src/x32/ |
H A D | general.rs | 2626 pub src_fd: __s64,
|
/third_party/rust/crates/linux-raw-sys/src/x86/ |
H A D | general.rs | 2709 pub src_fd: __s64,
|
/third_party/rust/crates/linux-raw-sys/src/x86_64/ |
H A D | general.rs | 2637 pub src_fd: __s64,
|
Completed in 184 milliseconds