Home
last modified time | relevance | path

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

/build/make/tools/libhost/
DCopyFile.c119 ssize_t readCount, writeCount; in copyFileContents() local
133 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()