Home
last modified time | relevance | path

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

/tools/perf/util/
Dcopyfile.c45 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()
Dcopyfile.h14 int copyfile_offset(int ifd, loff_t off_in, int ofd, loff_t off_out, u64 size);