Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/util/
Dutil.c174 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()
Dutil.h249 int copyfile_offset(int fromfd, loff_t from_ofs, int tofd, loff_t to_ofs, u64 size);