Searched refs:totalCopied (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/copyfile-118.1.2/
H A Dcopyfile.c109 off_t totalCopied; member in struct:_copyfile_state
1836 s->totalCopied = 0;
1890 s->totalCopied += nwritten;
1907 if (ftruncate(s->dst_fd, s->totalCopied) < 0)
2457 *(off_t*)ret = s->totalCopied;
3297 s->totalCopied = 0;
3332 s->totalCopied = entry->length;
3663 s->totalCopied = 0;
3951 s->totalCopied = 0;
4016 s->totalCopied
[all...]

Completed in 125 milliseconds