Home
last modified time | relevance | path

Searched refs:preprocFile (Results 1 – 1 of 1) sorted by relevance

/trunk/main/idlc/source/
H A Didlccompile.cxx227 OString preprocFile = makeTempName(OString("idlf_")); in compileFile() local
305 cppArgs.append(preprocFile); in compileFile()
380 if( unlink( preprocFile.getStr()) != 0) in compileFile()
383 pOptions->getProgramName().getStr(), preprocFile.getStr()); in compileFile()
390 yyin = fopen(preprocFile.getStr(), "r"); in compileFile()
394 pOptions->getProgramName().getStr(), preprocFile.getStr()); in compileFile()
406 if (unlink(preprocFile.getStr()) != 0) in compileFile()
409 pOptions->getProgramName().getStr(), preprocFile.getStr()); in compileFile()

Completed in 15 milliseconds