Searched defs:fileStream (Results 1 – 8 of 8) sorted by relevance
67 private val fileStream = ByteArrayOutputStream() constant in com.android.systemui.dump.LogEulogizerTest
59 std::ifstream fileStream(cfgFile.c_str()); in readMetrics() local
154 try (FileInputStream fileStream = new FileInputStream(fileName)) { in createXmlParserForFile()
277 FileOutputStream fileStream = null; in writeXmlToFile() local
332 private static byte[] toXmlByteArray(int grammaticalGender, FileOutputStream fileStream) in toXmlByteArray()
1826 FileOutputStream fileStream = new FileOutputStream(new File(filePath)); in saveAllObserversBootMitigationCountToMetadata() local1985 FileInputStream fileStream = new FileInputStream(metadataFile); in readAllObserversBootMitigationCountIfNecessary() local
377 FileOutputStream fileStream; in handleSaveMessage() local
5006 InputStream fileStream = Files.newInputStream(pictureToUpload); in uploadCallComposerPicture() local