Searched refs:ostream (Results 1 – 2 of 2) sorted by relevance
314 try (OutputStream ostream = new FileOutputStream(mApkInfoFile)) { in initApkList() argument315 ByteStreams.copy(inputStream, ostream); in initApkList()
54 def WriteXmlToStream(self, ostream, encoding='UTF-8'): argument62 xml_writer = SimpleXMLWriter.XMLWriter(ostream, encoding)