Searched refs:ofstream (Results 1 – 8 of 8) sorted by relevance
60 class GeneratedFile : public std::ofstream {91 std::ofstream& indent() { in indent()96 std::ofstream& indentPlus() { in indentPlus()
107 class GeneratedFile : public std::ofstream {140 std::ofstream &indent() { in indent()
96 std::ofstream o; in runMinikinTest()
36 void writePnm(std::ofstream& o) const;
43 std::ofstream dstStream(dstFile); in copyFile()
889 std::ofstream fout(outPath.path); in link()910 std::ofstream fout(outPath.path); in link()
54 void Bitmap::writePnm(std::ofstream &o) const { in writePnm()
3699 OutputStream ofstream) throws Exception { in emitAesBackupHeader() argument3714 OutputStream finalOutput = new CipherOutputStream(ofstream, c); in emitAesBackupHeader()3844 FileOutputStream ofstream = new FileOutputStream(mOutputFile.getFileDescriptor()); in run() local3857 OutputStream finalOutput = ofstream; in run()3906 ofstream.write(header); in run()