Home
last modified time | relevance | path

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

/cts/tests/filesystem/src/android/filesystem/cts/
DFileUtil.java150 int toWrite = (int) Math.min(BUFFER_SIZE, length - written); in createNewFilledFile() local
151 out.write(data, 0, toWrite); in createNewFilledFile()
152 written += toWrite; in createNewFilledFile()
/cts/tests/tests/net/src/android/net/cts/
DLocalSocketTest.java247 byte[] toWrite = new byte[bufferSize * 2]; in testSetSoTimeout_writeTimeout()
248 clientSocket.getOutputStream().write(toWrite); in testSetSoTimeout_writeTimeout()
/cts/tools/vm-tests-tf/src/util/build/
DBuildDalvikSuite.java210 File toWrite = new File(curJunitFileName);
211 String absPath = toWrite.getAbsolutePath();
216 writeToFileMkdir(toWrite, curJunitFileData);