Searched refs:RTFileDelete (Results 1 - 25 of 53) sorted by relevance

123

/vbox/src/VBox/Storage/testcase/
H A DtstVD.cpp663 RTFileDelete(pszFilename);
836 RTFileDelete(DST_PATH);
837 RTFileDelete("tmpVDCreate.vmdk");
838 RTFileDelete("tmpVDCreate-s001.vmdk");
839 RTFileDelete("tmpVDCreate-s002.vmdk");
840 RTFileDelete("tmpVDCreate-s003.vmdk");
863 RTFileDelete("tmpVDCreate.vdi");
864 RTFileDelete("tmpVDCreate.vmdk");
865 RTFileDelete("tmpVDCreate.vhd");
866 RTFileDelete("tmpVDBas
[all...]
H A DtstVDShareable.cpp129 RTFileDelete("tmpVDCreate.vdi");
154 RTFileDelete("tmpVDCreate.vdi");
H A DtstVDSnap.cpp233 RTFileDelete(pTest->pcszBaseImage);
242 RTFileDelete(pszDiffFilename);
392 RTFileDelete(pTest->pcszBaseImage);
398 RTFileDelete(pszDiffFilename);
H A DVDMemDisk.cpp334 RTFileDelete(pcszFilename);
/vbox/src/VBox/Runtime/generic/
H A DRTFileMove-generic.cpp85 int rc2 = RTFileDelete(pszDelete);
102 int rc2 = RTFileDelete(pszDelete);
/vbox/src/VBox/Runtime/testcase/
H A DtstRTFileAppend-1.cpp45 RTFileDelete("tstFileAppend-1.tst");
194 RTTESTI_CHECK_RC(RTFileDelete("tstFileAppend-1.tst"), VINF_SUCCESS);
206 RTFileDelete("tstFileAppend-1.tst");
H A DtstFileLock.cpp158 RTFileDelete("tstLock.tst");
H A DtstRTTemp.cpp107 RTTESTI_CHECK_RC(RTFileDelete(papszNames[i]), VINF_SUCCESS);
H A DtstRTFileAio.cpp220 RTFileDelete("tstFileAio#1.tst");
H A DtstRTPrfIO.cpp268 RTFileDelete(g_szTestFile1);
H A DtstFile.cpp296 rc = RTFileDelete("tstFile#1.tst");
/vbox/src/VBox/Main/src-server/generic/
H A DAutostartDb-generic.cpp117 RTFileDelete(pszFile);
/vbox/src/VBox/HostServices/SharedFolders/
H A Dteststubs.h47 #define RTFileDelete testRTFileDelete macro
/vbox/src/VBox/Runtime/r3/
H A Ddir2.cpp100 rc = RTFileDelete(pszBuf);
/vbox/src/VBox/Devices/Serial/
H A DDrvTCP.cpp319 RTFileDelete(pThis->pszLocation);
401 RTFileDelete(pThis->pszLocation);
H A DDrvNamedPipe.cpp487 RTFileDelete(pThis->pszLocation);
634 RTFileDelete(pThis->pszLocation);
/vbox/src/VBox/Installer/win/Stub/
H A DVBoxStub.cpp322 RTFileDelete(pszTempFile);
427 rc = RTFileDelete(pCur->szPath);
784 RTFileDelete(szDstFile);
/vbox/src/VBox/Runtime/tools/
H A DRTGzip.cpp155 rc = RTFileDelete(pOpts->pszInput);
162 rc = RTFileDelete(pOpts->szOutput);
/vbox/src/VBox/Additions/common/VBoxGuestLib/
H A DVBoxGuestR3LibDaemonize.cpp321 RTFileDelete(pszPath);
/vbox/src/VBox/Main/src-server/xpcom/
H A Dserver.cpp588 RTFileDelete(g_pszPidFile);
1008 RTFileDelete(g_pszPidFile);
/vbox/src/VBox/Main/testcase/
H A DtstOVF.cpp382 RTFileDelete(strFile.c_str());
/vbox/src/VBox/Runtime/common/checksum/
H A Dmanifest.cpp267 RTFileDelete(pszManifestFile);
/vbox/include/iprt/
H A Dfile.h329 RTDECL(int) RTFileDelete(const char *pszFilename);
/vbox/src/VBox/Runtime/common/path/
H A DRTPathRmCmd.cpp215 rc = RTFileDelete(pszPath);
/vbox/src/VBox/Main/src-server/
H A DVFSExplorerImpl.cpp376 vrc = RTFileDelete(szPath);

Completed in 61 milliseconds

123