Home
last modified time | relevance | path

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

/tools/perf/util/
Dutil.c189 int copyfile_offset(int ifd, loff_t off_in, int ofd, loff_t off_out, u64 size) in copyfile_offset() argument
202 ssize_t ret = pwrite(ofd, ptr + off_in, size, off_out); in copyfile_offset()
210 off_out += ret; in copyfile_offset()