Searched defs:oFile (Results 1 – 4 of 4) sorted by relevance
242 std::ofstream oFile(fileName.str().c_str(), std::ios::out); in exportFilesForExternalCompiler() local270 std::ofstream oFile(shaderName.str().c_str(), std::ios::out | std::ios::binary); in exportFilesForExternalCompiler() local350 std::ofstream oFile(fileName.str().c_str(), std::ios::out); in exportFilesForExternalCompiler() local373 std::ofstream oFile(shaderName.str().c_str(), std::ios::out | std::ios::binary); in exportFilesForExternalCompiler() local
222 FILE* const oFile = fopen_orDie(fileName, "wb"); in saveFile_orDie() local
310 …std::ofstream oFile (cmdLine.getOption<opt::CompilerOutputFile>().c_str(), std::ios::out | s… in main() local
381 static FILE *rFile=NULL, *pFile=NULL, *oFile=NULL; variable