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