Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/tests/hosttests/test-apps/DownloadManagerTestApp/src/com/android/frameworks/downloadmanagertests/
H A DDownloadManagerTestApp.java128 FileOutputStream fileOutput = mContext.openFileOutput(DOWNLOAD_STARTED_FLAG, 0); in initiateDownload() local
146 outputFile = new DataOutputStream(fileOutput); in initiateDownload()
/aosp12/frameworks/native/cmds/lshal/
H A DListCommand.cpp492 std::ofstream fileOutput(mFileOutputPath); in dump() local
493 if (!fileOutput.is_open()) { in dump()
499 (*this.*dump)(NullableOStream<std::ostream>(fileOutput)); in dump()
501 fileOutput.flush(); in dump()
502 fileOutput.close(); in dump()
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/
H A DPhoneAccountRegistrar.java1316 FileOutputStream fileOutput = null; in doInBackground() local
1319 fileOutput = mAtomicFile.startWrite(); in doInBackground()
1320 buffer.writeTo(fileOutput); in doInBackground()
1321 mAtomicFile.finishWrite(fileOutput); in doInBackground()
1325 mAtomicFile.failWrite(fileOutput); in doInBackground()