Searched refs:fromfd (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/tools/perf/util/ |
D | util.c | 255 int fromfd, tofd; in copyfile_mode_ns() local 292 fromfd = open(from, O_RDONLY); in copyfile_mode_ns() 294 if (fromfd < 0) in copyfile_mode_ns() 297 err = copyfile_offset(fromfd, 0, tofd, 0, st.st_size); in copyfile_mode_ns() 299 close(fromfd); in copyfile_mode_ns()
|
/Linux-v4.19/tools/testing/selftests/capabilities/ |
D | test_execve.c | 154 static void copy_fromat_to(int fromfd, const char *fromname, const char *toname) in copy_fromat_to() argument 156 int from = openat(fromfd, fromname, O_RDONLY); in copy_fromat_to()
|