Searched refs:aTmpOutputCxx (Results 1 – 2 of 2) sorted by relevance
450 if( aTmpOutputCxx.Len() ) in ~RscCompiler()451 unlink( aTmpOutputCxx.GetBuffer() ); in ~RscCompiler()598 if( aTmpOutputCxx.Len() ) in EndCompile()606 Append( pCL->aOutputCxx, aTmpOutputCxx ); in EndCompile()607 unlink( aTmpOutputCxx.GetBuffer() );// TempDatei loeschen in EndCompile()608 aTmpOutputCxx = ByteString(); in EndCompile()1022 aTmpOutputCxx = ::GetTmpFileName(); in Link()1023 if ( NULL == (fExitFile = foutput = fopen( aTmpOutputCxx.GetBuffer(), "w" )) ) in Link()1024 pTC->pEH->FatalError( ERR_OPENFILE, RscId(), aTmpOutputCxx.GetBuffer() ); in Link()
97 ByteString aTmpOutputCxx; // Name der TempCxx-Ausgabedatei member in RscCompiler
Completed in 8 milliseconds