Home
last modified time | relevance | path

Searched defs:dst_fd (Results 1 – 12 of 12) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/kvm/x86_64/
Dsev_migrate_tests.c82 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/
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.h77 __u32 dst_fd; /* destination fd */ member
/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/
Dsockmap_basic.c56 int err, duration = 0, src_fd, dst_fd; in compare_cookies() local
/external/f2fs-tools/tools/f2fs_io/
Df2fs_io.h204 u32 dst_fd; /* destination fd */ member
Df2fs_io.c941 int dst_fd; in do_copy() local
/external/icing/icing/legacy/index/
Dicing-filesystem.cc518 int dst_fd = -1; in CopyFile() local
/external/toybox/toys/other/
Dbzcat.c643 static char *bunzipStream(int src_fd, int dst_fd) in bunzipStream()
/external/icing/icing/file/
Dfilesystem.cc465 ScopedFd dst_fd(OpenForWrite(dst)); in CopyFile() local
/external/linux-kselftest/tools/testing/selftests/landlock/
Dfs_test.c1500 int dst_fd, src_fd; in copy_binary() local