Searched refs:ostream (Results 1 – 1 of 1) sorted by relevance
318 try (OutputStream ostream = new FileOutputStream(mApkInfoFile)) { in initApkList() argument319 ByteStreams.copy(inputStream, ostream); in initApkList()