Home | History | Annotate | Download | only in Support

Lines Matching refs:BytesWritten

905   int BytesRead = 0, BytesWritten = 0;
911 BytesWritten = write(WriteFD, Buf, BytesRead);
912 if (BytesWritten < 0)
914 BytesRead -= BytesWritten;
916 if (BytesWritten < 0)
923 if (BytesRead < 0 || BytesWritten < 0)