Searched refs:aTmpOutputSrc (Results 1 – 2 of 2) sorted by relevance
454 if( aTmpOutputSrc.Len() ) in ~RscCompiler()455 unlink( aTmpOutputSrc.GetBuffer() ); in ~RscCompiler()624 if( aTmpOutputSrc.Len() ) in EndCompile()628 Append( pCL->aOutputSrc, aTmpOutputSrc ); in EndCompile()629 unlink( aTmpOutputSrc.GetBuffer() );// TempDatei loeschen in EndCompile()630 aTmpOutputSrc = ByteString(); in EndCompile()1062 aTmpOutputSrc = ::GetTmpFileName(); in Link()1063 if ( NULL == (fExitFile = foutput = fopen( aTmpOutputSrc.GetBuffer(), "w" )) ) in Link()1064 pTC->pEH->FatalError( ERR_OPENFILE, RscId(), aTmpOutputSrc.GetBuffer() ); in Link()
99 ByteString aTmpOutputSrc; // Name der TempSrc-Ausgabedatei member in RscCompiler
Completed in 9 milliseconds