Searched defs:src_fd (Results 1 – 10 of 10) sorted by relevance
/external/tensorflow/tensorflow/c/experimental/filesystem/plugins/posix/ |
D | copy_file_linux.cc | 26 int CopyFileContents(int dst_fd, int src_fd, off_t size) { in CopyFileContents()
|
D | posix_filesystem_helper.cc | 31 int src_fd = open(src, O_RDONLY); in TransferFileContents() local
|
D | copy_file_portable.cc | 27 int CopyFileContents(int dst_fd, int src_fd, off_t size) { in CopyFileContents()
|
/external/strace/ |
D | file_ioctl.c | 46 int64_t src_fd; member
|
/external/toybox/toys/other/ |
D | bzcat.c | 604 static int start_bunzip(struct bunzip_data **bdp, int src_fd, char *inbuf, in start_bunzip() 643 static char *bunzipStream(int src_fd, int dst_fd) in bunzipStream()
|
/external/arm-trusted-firmware/tools/stm32image/ |
D | stm32image.c | 126 int src_fd, dest_fd; in stm32image_create_header_file() local
|
/external/tensorflow/tensorflow/core/platform/default/ |
D | posix_file_system.cc | 334 int src_fd = open(translated_src.c_str(), O_RDONLY); in CopyFile() local
|
/external/kernel-headers/original/uapi/linux/ |
D | fs.h | 55 __s64 src_fd; member
|
D | btrfs.h | 529 __s64 src_fd; member
|
/external/f2fs-tools/tools/f2fs_io/ |
D | f2fs_io.c | 745 int src_fd; in do_copy() local
|