Home
last modified time | relevance | path

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

/tools/test/graphicsbenchmark/performance_tests/hostside/src/com/android/game/qualification/testtype/
DGameQualificationHostsideController.java318 try (OutputStream ostream = new FileOutputStream(mApkInfoFile)) { in initApkList() argument
319 ByteStreams.copy(inputStream, ostream); in initApkList()