Searched defs:src_fd (Results 1 – 14 of 14) 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 | 396 int src_fd = open(translated_src.c_str(), O_RDONLY); in CopyFile() local
|
/external/icing/icing/legacy/index/ |
D | icing-filesystem.cc | 542 int src_fd = -1; in CopyFile() local
|
/external/kernel-headers/original/uapi/linux/ |
D | fs.h | 55 __s64 src_fd; member
|
D | btrfs.h | 566 __s64 src_fd; member
|
/external/icing/icing/file/ |
D | filesystem.cc | 468 ScopedFd src_fd(OpenForRead(src)); in CopyFile() local
|
/external/f2fs-tools/tools/f2fs_io/ |
D | f2fs_io.c | 860 int src_fd; in do_copy() local
|
/external/llvm-project/lldb/source/Target/ |
D | Platform.cpp | 1666 auto src_fd = OpenFile(src_file_spec, File::eOpenOptionRead, in DownloadModuleSlice() local
|
/external/crosvm/io_uring/src/ |
D | bindings.rs | 263 pub src_fd: i64, field
|