Searched refs:dst_dir_fd (Results 1 – 2 of 2) sorted by relevance
266 int dst_dir_fd = -1; in main() local303 dst_dir_fd = open(dst_dir, O_RDONLY | O_CLOEXEC); in main()304 if (src_dir_fd == -1 || dst_dir_fd == -1) { in main()310 err = test_files(src_dir_fd, dst_dir_fd, &options); in main()314 close(dst_dir_fd); in main()
630 int dst_dir_fd = -1; in main() local682 dst_dir_fd = open(dst_dir, O_RDONLY | O_CLOEXEC); in main()683 if (native_dir_fd == -1 || src_dir_fd == -1 || dst_dir_fd == -1) { in main()702 err = test_incfs_file(dst_dir_fd, &options, flags); in main()708 close(dst_dir_fd); in main()