Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/fonts/
DFontTest.java116 int readLen; in copyToFile() local
120 while ((readLen = is.read(buffer)) != -1) { in copyToFile()
121 os.write(buffer, 0, readLen); in copyToFile()