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;
741 std::ofstream fout(outPath, std::ofstream::binary); in writeJavaFile()799 std::ofstream fout(outPath, std::ofstream::binary); in writeManifestJavaFile()820 std::ofstream fout(outPath, std::ofstream::binary); in writeProguardFile()
43 std::ofstream dstStream(dstFile); in copyFile()
58 void Bitmap::writePnm(std::ofstream &o) const { in writePnm()
4047 OutputStream ofstream) throws Exception { in emitAesBackupHeader() argument4062 OutputStream finalOutput = new CipherOutputStream(ofstream, c); in emitAesBackupHeader()4195 FileOutputStream ofstream = new FileOutputStream(mOutputFile.getFileDescriptor()); in run() local4208 OutputStream finalOutput = ofstream; in run()4257 ofstream.write(header); in run()