Searched defs:ofstream (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/services/java/com/android/server/
H A DBackupManagerService.java2472 FileOutputStream ofstream = new FileOutputStream(mOutputFile.getFileDescriptor());
2479 OutputStream finalOutput = ofstream;
2530 ofstream.write(header);
2590 OutputStream ofstream) throws Exception {
2605 OutputStream finalOutput = new CipherOutputStream(ofstream, c);
2589 emitAesBackupHeader(StringBuilder headerbuf, OutputStream ofstream) argument

Completed in 48 milliseconds