Home
last modified time | relevance | path

Searched refs:unlink (Results 1 – 25 of 84) sorted by relevance

1234

/aoo42x/main/rsc/source/rsc/
H A Drsc.cxx50 #ifndef unlink
51 #define unlink( p ) DosDelete( (PSZ)(const char*)p ) macro
436 unlink( pString->GetBuffer() ); in ~RscCompiler()
449 unlink( aTmpOutputHxx.GetBuffer() ); in ~RscCompiler()
451 unlink( aTmpOutputCxx.GetBuffer() ); in ~RscCompiler()
453 unlink( aTmpOutputRcCtor.GetBuffer() ); in ~RscCompiler()
455 unlink( aTmpOutputSrc.GetBuffer() ); in ~RscCompiler()
594 unlink( aTmpOutputHxx.GetBuffer() );// TempDatei loeschen in EndCompile()
607 unlink( aTmpOutputCxx.GetBuffer() );// TempDatei loeschen in EndCompile()
957 unlink( it->aOutputRc.GetBuffer() ); in Link()
[all …]
/aoo42x/main/crashrep/source/unx/
H A Dmain.cxx530 unlink( g_szDescriptionFile ); in send_crash_report()
531 unlink( g_szReportFile ); in send_crash_report()
571 unlink( g_szDescriptionFile ); in crash_get_details()
572 unlink( g_szReportFile ); in crash_get_details()
1103 unlink( g_szReportFile ); in main()
1108 unlink( g_strXMLFileName.c_str() ); in main()
1109 unlink( g_strChecksumFileName.c_str() ); in main()
1112 unlink( g_szStackFile ); in main()
/aoo42x/main/solenv/bin/
H A Dlinkoo148 unlink ("$dest/$dest_name");
239 print " unlink $name\n";
240 unlink $dest;
260 unlink ($star_res);
H A Drelocate149 unlink ("$path/$name");
/aoo42x/main/svl/source/misc/
H A Dinethist.cxx194 void unlink (sal_uInt16 nThis) in unlink() function in INetURLHistory_Impl
353 unlink (nMRU); in putUrl()
370 unlink (nLRU); in putUrl()
/aoo42x/main/idlc/source/
H A Didlccompile.cxx371 if (unlink(tmpFile.getStr()) != 0) in compileFile()
380 if( unlink( preprocFile.getStr()) != 0) in compileFile()
406 if (unlink(preprocFile.getStr()) != 0) in compileFile()
H A Didlcproduce.cxx129 unlink(pathname.getStr()); in removeIfExists()
/aoo42x/main/rsc/source/prj/
H A Dstart.cxx189 unlink( aRspFileName.GetBuffer() ); in CallPrePro()
306 unlink( aRspFileName.GetBuffer() ); in CallRsc2()
466 unlink( pString->GetBuffer() ); in SAL_IMPLEMENT_MAIN_WITH_ARGS()
/aoo42x/main/sal/osl/unx/
H A Dpipe.c249 unlink(name); in osl_psz_createPipe()
273 unlink(name); /* remove filesystem entry */ in osl_psz_createPipe()
389 unlink(pPipe->m_Name); in osl_closePipe()
H A Dfile_misc.cxx723 nRet = unlink(pszPath); in osl_psz_removeFile()
887 unlink(pszDestFileName); in oslDoCopy()
898 unlink(pszTmpDestFile); in oslDoCopy()
H A Dsignal.c784 unlink( pXMLTempName ); in ReportCrash()
787 unlink( pStackTempName ); in ReportCrash()
790 unlink( pChecksumTempName ); in ReportCrash()
/aoo42x/main/soltools/mkdepend/
H A Dmain.c646 (void) unlink (to);
648 unlink (from);
689 unlink(backup);
/aoo42x/main/codemaker/source/codemaker/
H A Dglobal.cxx219 if ( !unlink(targetFileName.getStr()) ) in makeValidTypeFile()
240 if ( !unlink(fileName.getStr()) ) in removeTypeFile()
/aoo42x/main/vcl/unx/generic/printer/
H A Dcupsmgr.cxx261 unlink( m_aResult.getStr() ); in ~GetPPDAttribs()
744 unlink( aPPDFile.getStr() ); in createCUPSParser()
953 unlink( it->second.getStr() ); in endSpool()
/aoo42x/main/soltools/javadep/
H A Djavadep.c644 unlink(pout_file); in err_quit()
657 unlink(pout_file); in silent_quit()
/aoo42x/main/ooo_custom_images/industrial/res/commandimagelist/
H A Dfrobnicate-icons.php47 if (file_exists($PNG)) unlink($PNG);
/aoo42x/main/tools/source/fsys/
H A Dwntmsc.hxx68 #define _unlink unlink
H A Dunx.hxx41 #define _unlink unlink
/aoo42x/main/padmin/source/
H A Dfontentry.cxx118 unlink( aSysFile.GetBuffer() );
122 unlink( ByteString( aFontMap.PathToFileName(), aEncoding ).GetBuffer() );
/aoo42x/main/vcl/unx/headless/
H A Dsvpprn.cxx242 unlink( aFilename.GetBuffer() ); in passFileToCommandLine()
293 unlink( ByteString( rFileName, osl_getThreadTextEncoding() ).GetBuffer() ); in sendAFax()
/aoo42x/main/sal/qa/osl/file/
H A Dosl_old_test_file.cxx198 unlink( "c" ); in TEST_F()
/aoo42x/main/svx/source/dialog/
H A Dsendreportunx.cxx260 unlink( szBodyFile ); in SendReport()
H A Dcontdlg.src246 …Text [ en-US ] = "This graphic object is linked to the document. Do you want to unlink the graphic…
/aoo42x/main/vcl/unx/generic/gdi/
H A Dsalprnpsp.cxx294 unlink( aFilename.GetBuffer() ); in passFileToCommandLine()
355 unlink( ByteString( rFileName, osl_getThreadTextEncoding() ).GetBuffer() ); in sendAFax()
/aoo42x/main/dtrans/source/os2/dnd/
H A DOTransferable.cxx118 rc = unlink( fullpath); in ~OTransferable()

Completed in 126 milliseconds

1234