Home
last modified time | relevance | path

Searched defs:src_fd (Results 1 – 14 of 14) 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.cc396 int src_fd = open(translated_src.c_str(), O_RDONLY); in CopyFile() local
/external/icing/icing/legacy/index/
Dicing-filesystem.cc542 int src_fd = -1; in CopyFile() local
/external/kernel-headers/original/uapi/linux/
Dfs.h55 __s64 src_fd; member
Dbtrfs.h566 __s64 src_fd; member
/external/icing/icing/file/
Dfilesystem.cc468 ScopedFd src_fd(OpenForRead(src)); in CopyFile() local
/external/f2fs-tools/tools/f2fs_io/
Df2fs_io.c860 int src_fd; in do_copy() local
/external/llvm-project/lldb/source/Target/
DPlatform.cpp1666 auto src_fd = OpenFile(src_file_spec, File::eOpenOptionRead, in DownloadModuleSlice() local
/external/crosvm/io_uring/src/
Dbindings.rs263 pub src_fd: i64, field