Home
last modified time | relevance | path

Searched defs:src_fd (Results 1 – 10 of 10) sorted by relevance

/external/tensorflow/tensorflow/c/experimental/filesystem/plugins/posix/
Dcopy_file_linux.cc26 int CopyFileContents(int dst_fd, int src_fd, off_t size) { in CopyFileContents()
Dposix_filesystem_helper.cc31 int src_fd = open(src, O_RDONLY); in TransferFileContents() local
Dcopy_file_portable.cc27 int CopyFileContents(int dst_fd, int src_fd, off_t size) { in CopyFileContents()
/external/strace/
Dfile_ioctl.c46 int64_t src_fd; member
/external/toybox/toys/other/
Dbzcat.c604 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/
Dstm32image.c126 int src_fd, dest_fd; in stm32image_create_header_file() local
/external/tensorflow/tensorflow/core/platform/default/
Dposix_file_system.cc334 int src_fd = open(translated_src.c_str(), O_RDONLY); in CopyFile() local
/external/kernel-headers/original/uapi/linux/
Dfs.h55 __s64 src_fd; member
Dbtrfs.h529 __s64 src_fd; member
/external/f2fs-tools/tools/f2fs_io/
Df2fs_io.c745 int src_fd; in do_copy() local