Searched refs:tofd (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/tools/perf/util/ |
D | util.c | 174 int fromfd, tofd; in copyfile_mode() local 193 tofd = mkstemp(tmp); in copyfile_mode() 194 if (tofd < 0) in copyfile_mode() 197 if (fchmod(tofd, mode)) in copyfile_mode() 209 err = copyfile_offset(fromfd, 0, tofd, 0, st.st_size); in copyfile_mode() 213 close(tofd); in copyfile_mode()
|
D | util.h | 249 int copyfile_offset(int fromfd, loff_t from_ofs, int tofd, loff_t to_ofs, u64 size);
|