Searched refs:toWrite (Results 1 – 3 of 3) sorted by relevance
132 File toWrite = state.getFileToWrite(); in flushHostState() local133 writeToFileMkdir(toWrite, state.getData()); in flushHostState()
150 int toWrite = (int) Math.min(BUFFER_SIZE, length - file.length()); in createNewFilledFile() local151 randomFile.write(data, 0, toWrite); in createNewFilledFile()
245 byte[] toWrite = new byte[bufferSize * 2]; in testSetSoTimeout_writeTimeout()246 clientSocket.getOutputStream().write(toWrite); in testSetSoTimeout_writeTimeout()