Home | History | Annotate | Download | only in grxmlcompile

Lines Matching defs:outfile

1027     ofstream outfile;
1080 outfile.open ( fileName.c_str() );
1089 outfile << label << " " << index << std::endl;
1093 outfile.close();
1099 ofstream outfile;
1102 outfile.open ( fileName.c_str() );
1104 outfile << index << " " << label << std::endl;
1107 outfile << index << " " << label << std::endl;
1109 outfile.close();
1117 ofstream outfile;
1120 outfile.open(fileName.c_str());
1125 outfile << metaname.c_str() << "\t=\t" << wtw.c_str() << std::endl;
1127 // outfile << "locale" << "\t=\t" << m_XMLLanguage << std::endl;
1128 outfile.close();
1275 std::ofstream outfile(fileName.c_str());
1277 if(!outfile) {
1289 outfile << outscript.c_str() << " " << i << std::endl;
1291 outfile.close();