Searched refs:fileOutput (Results 1 – 4 of 4) sorted by relevance
503 OutputStream fileOutput = null; in save() local505 fileOutput = mInjector.startWrite(); in save()506 os.writeTo(fileOutput); in save()507 fileOutput.flush(); in save()511 if (fileOutput != null) { in save()512 mInjector.finishWrite(fileOutput, true); in save()
128 FileOutputStream fileOutput = mContext.openFileOutput(DOWNLOAD_STARTED_FLAG, 0); in initiateDownload() local146 outputFile = new DataOutputStream(fileOutput); in initiateDownload()
502 std::ofstream fileOutput(mFileOutputPath); in dump() local503 if (!fileOutput.is_open()) { in dump()509 (*this.*dump)(NullableOStream<std::ostream>(fileOutput)); in dump()511 fileOutput.flush(); in dump()512 fileOutput.close(); in dump()
1765 List<String> fileOutput = readGameModeInterventionList(); in testVerifyInterventionList() local1766 assertEquals(fileOutput.size(), 3); in testVerifyInterventionList()1768 String[] splitLine = fileOutput.get(0).split("\\s+"); in testVerifyInterventionList()1775 splitLine = fileOutput.get(1).split("\\s+"); in testVerifyInterventionList()1782 splitLine = fileOutput.get(2).split("\\s+"); in testVerifyInterventionList()1795 fileOutput = readGameModeInterventionList(); in testVerifyInterventionList()1796 assertEquals(fileOutput.size(), 3); in testVerifyInterventionList()1798 splitLine = fileOutput.get(0).split("\\s+"); in testVerifyInterventionList()1805 splitLine = fileOutput.get(1).split("\\s+"); in testVerifyInterventionList()1812 splitLine = fileOutput.get(2).split("\\s+"); in testVerifyInterventionList()