Home
last modified time | relevance | path

Searched refs:tofd (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/tools/perf/util/
Dutil.c255 int fromfd, tofd; in copyfile_mode_ns() local
279 tofd = mkstemp(tmp); in copyfile_mode_ns()
280 if (tofd < 0) in copyfile_mode_ns()
283 if (fchmod(tofd, mode)) in copyfile_mode_ns()
297 err = copyfile_offset(fromfd, 0, tofd, 0, st.st_size); in copyfile_mode_ns()
301 close(tofd); in copyfile_mode_ns()