Searched refs:toWrite (Results 1 – 3 of 3) sorted by relevance
150 int toWrite = (int) Math.min(BUFFER_SIZE, length - written); in createNewFilledFile() local151 out.write(data, 0, toWrite); in createNewFilledFile()152 written += toWrite; in createNewFilledFile()
247 byte[] toWrite = new byte[bufferSize * 2]; in testSetSoTimeout_writeTimeout()248 clientSocket.getOutputStream().write(toWrite); in testSetSoTimeout_writeTimeout()
210 File toWrite = new File(curJunitFileName);211 String absPath = toWrite.getAbsolutePath();216 writeToFileMkdir(toWrite, curJunitFileData);