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