Home
last modified time | relevance | path

Searched defs:dst_fd (Results 1 – 9 of 9) 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.cc40 int dst_fd = open(dst, O_WRONLY | O_CREAT | O_TRUNC, open_mode); in TransferFileContents() local
Dcopy_file_portable.cc27 int CopyFileContents(int dst_fd, int src_fd, off_t size) { in CopyFileContents()
/external/kernel-headers/original/uapi/linux/
Df2fs.h76 __u32 dst_fd; /* destination fd */ member
/external/f2fs-tools/tools/f2fs_io/
Df2fs_io.h203 u32 dst_fd; /* destination fd */ member
Df2fs_io.c861 int dst_fd; in do_copy() local
/external/toybox/toys/other/
Dbzcat.c643 static char *bunzipStream(int src_fd, int dst_fd) in bunzipStream()
/external/icing/icing/legacy/index/
Dicing-filesystem.cc543 int dst_fd = -1; in CopyFile() local
/external/icing/icing/file/
Dfilesystem.cc474 ScopedFd dst_fd(OpenForWrite(dst)); in CopyFile() local