Home
last modified time | relevance | path

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

/trunk/main/rsc/source/rsc/
H A Drsc.cxx452 if( aTmpOutputRcCtor.Len() ) in ~RscCompiler()
453 unlink( aTmpOutputRcCtor.GetBuffer() ); in ~RscCompiler()
611 if( aTmpOutputRcCtor.Len() ) in EndCompile()
619 Append( pCL->aOutputRcCtor, aTmpOutputRcCtor ); in EndCompile()
620 unlink( aTmpOutputRcCtor.GetBuffer() );// TempDatei loeschen in EndCompile()
621 aTmpOutputRcCtor = ByteString(); in EndCompile()
1046 aTmpOutputRcCtor = ::GetTmpFileName(); in Link()
1047 if ( NULL == (fExitFile = foutput = fopen( aTmpOutputRcCtor.GetBuffer(), "w" )) ) in Link()
1048 pTC->pEH->FatalError( ERR_OPENFILE, RscId(), aTmpOutputRcCtor.GetBuffer() ); in Link()
/trunk/main/rsc/inc/
H A Drscrsc.hxx98 ByteString aTmpOutputRcCtor; // Name der Temp Ctor-Ausgabedatei member in RscCompiler

Completed in 35 milliseconds