Searched refs:writeCount (Results 1 – 1 of 1) sorted by relevance
119 ssize_t readCount, writeCount; in copyFileContents() local133 writeCount = write(dstFd, buf, readCount); in copyFileContents()134 if (writeCount < 0) { in copyFileContents()139 if (writeCount != readCount) { in copyFileContents()141 dst, writeCount, readCount); in copyFileContents()