Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DDecodeAccuracyTestBase.java1389 FileOutputStream fileOutputStream = new FileOutputStream(cacheFile); in createCacheFile() local
1394 fileOutputStream.write(buffer, 0, bufferSize); in createCacheFile()
1396 fileOutputStream.close(); in createCacheFile()