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

/build/libs/host/
H A DCopyFile.c119 ssize_t readCount, writeCount; local
133 writeCount = write(dstFd, buf, readCount);
134 if (writeCount < 0) {
139 if (writeCount != readCount) {
141 dst, writeCount, readCount);

Completed in 58 milliseconds