Searched defs:dst_fd (Results 1 – 12 of 12) sorted by relevance
/external/linux-kselftest/tools/testing/selftests/kvm/x86_64/ |
D | sev_migrate_tests.c | 82 static int __sev_migrate_from(int dst_fd, int src_fd) in __sev_migrate_from() 93 static void sev_migrate_from(int dst_fd, int src_fd) in sev_migrate_from() 219 static int __sev_mirror_create(int dst_fd, int src_fd) in __sev_mirror_create() 230 static void sev_mirror_create(int dst_fd, int src_fd) in sev_mirror_create()
|
/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 | 40 int dst_fd = open(dst, O_WRONLY | O_CREAT | O_TRUNC, open_mode); in TransferFileContents() local
|
D | copy_file_portable.cc | 27 int CopyFileContents(int dst_fd, int src_fd, off_t size) { in CopyFileContents()
|
/external/kernel-headers/original/uapi/linux/ |
D | f2fs.h | 77 __u32 dst_fd; /* destination fd */ member
|
/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/ |
D | sockmap_basic.c | 56 int err, duration = 0, src_fd, dst_fd; in compare_cookies() local
|
/external/f2fs-tools/tools/f2fs_io/ |
D | f2fs_io.h | 204 u32 dst_fd; /* destination fd */ member
|
D | f2fs_io.c | 941 int dst_fd; in do_copy() local
|
/external/icing/icing/legacy/index/ |
D | icing-filesystem.cc | 518 int dst_fd = -1; in CopyFile() local
|
/external/toybox/toys/other/ |
D | bzcat.c | 643 static char *bunzipStream(int src_fd, int dst_fd) in bunzipStream()
|
/external/icing/icing/file/ |
D | filesystem.cc | 465 ScopedFd dst_fd(OpenForWrite(dst)); in CopyFile() local
|
/external/linux-kselftest/tools/testing/selftests/landlock/ |
D | fs_test.c | 1500 int dst_fd, src_fd; in copy_binary() local
|