Searched refs:off_out (Results 1 – 2 of 2) sorted by relevance
/tools/perf/util/ |
D | copyfile.c | 45 int copyfile_offset(int ifd, loff_t off_in, int ofd, loff_t off_out, u64 size) in copyfile_offset() argument 58 ssize_t ret = pwrite(ofd, ptr + off_in, size, off_out); in copyfile_offset() 66 off_out += ret; in copyfile_offset()
|
D | copyfile.h | 14 int copyfile_offset(int ifd, loff_t off_in, int ofd, loff_t off_out, u64 size);
|