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

/vbox/src/VBox/Runtime/VBox/
H A DRTAssertShouldPanic-vbox.cpp85 || !RTPathExists(pszTerm))
88 if (!RTPathExists(pszTerm))
91 if (!RTPathExists(pszTerm))
94 if (!RTPathExists(pszTerm))
103 || !RTPathExists(pszGdb))
106 if (!RTPathExists(pszGdb))
/vbox/src/VBox/Runtime/testcase/
H A DtstRTPrfIO.cpp236 if (RTPathExists(g_szTestDir1))
238 if (RTPathExists(g_szTestFile1))
240 if (RTPathExists(g_szNotExitingFile))
242 if (RTPathExists(g_szNotExitingDir))
244 if (RTPathExists(g_szNotExitingDirFile))
271 RTTESTI_CHECK(!RTPathExists(g_szTestDir1));
272 RTTESTI_CHECK(!RTPathExists(g_szTestFile1));
/vbox/src/VBox/ValidationKit/utils/usb/
H A DUsbTest.cpp209 fBusExists = RTPathExists(aszDevPath);
221 fDevExists = RTPathExists(aszDevPath);
/vbox/src/VBox/Main/src-all/
H A DSharedFolderImpl.cpp349 int vrc = RTPathExists(hostPath.c_str()) ? RTPathReal(hostPath.c_str(),
/vbox/src/VBox/Runtime/common/ldr/
H A DldrNative.cpp275 if (!RTPathExists(szPath))
/vbox/src/VBox/Main/src-server/generic/
H A DNetIf-generic.cpp58 if (!RTPathExists(szAdpCtl))
/vbox/include/iprt/
H A Dpath.h213 RTDECL(bool) RTPathExists(const char *pszPath);
H A Dmangling.h1043 # define RTPathExists RT_MANGLER(RTPathExists) macro
/vbox/src/VBox/Runtime/r3/posix/
H A Dpath-posix.cpp308 RTDECL(bool) RTPathExists(const char *pszPath) function
/vbox/src/VBox/Devices/Network/
H A DDrvTAP.cpp914 if (!RTPathExists(pThis->pszSetupApplication))
924 if (!RTPathExists(pThis->pszTerminateApplication))
/vbox/src/VBox/Runtime/tools/
H A DRTDbgSymCache.cpp361 if (RTPathExists(szDstPath))
1222 if (!RTPathExists(pszCache))
H A DRTSignTool.cpp134 if (RTPathExists(pszOut))
/vbox/src/VBox/Main/src-server/
H A DApplianceImplExport.cpp2434 vrc = RTPathExists(strTmpOvf.c_str()); /* Paranoid check */
2469 vrc = RTPathExists(strTargetFilePath.c_str()); /* Paranoid check */
2518 if (RTPathExists(pszFilePath))
2527 if (RTPathExists(pszTmpDir))
H A DApplianceImplImport.cpp1309 if (RTPathExists(strTmpOvf.c_str()))
1317 if (RTPathExists(pszTmpDir))
1987 if (RTPathExists(pszFilePath))
1996 if (RTPathExists(pszTmpDir))
H A DApplianceImpl.cpp892 while ( RTPathExists(tmpName)
/vbox/src/VBox/Runtime/r3/win/
H A Dpath-win.cpp614 RTDECL(bool) RTPathExists(const char *pszPath) function
650 /** @todo Symlinks: RTPathExists+RTPathExistsEx is misbehaving on symbolic
H A Dprocess-win.cpp1109 && !RTPathExists(pszExec) )
/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgcfg.cpp704 if (RTPathExists(pszPath))
1720 if (RT_SUCCESS(rc2) && RTPathExists(szPath))
/vbox/src/VBox/Main/src-server/linux/
H A DHostHardwareLinux.cpp755 if (!RTPathExists("/sys"))
/vbox/src/VBox/HostDrivers/Support/
H A DSUPLibLdr.cpp754 if (!RTPathExists(szPath))
/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxServiceToolBox.cpp1112 else if (RTPathExists(argv[i]) || RTSymlinkExists(argv[i]))
H A DVBoxServiceControlProcess.cpp1278 && RTPathExists(szSysWow64))
/vbox/src/VBox/Frontends/VBoxSDL/
H A DVBoxSDL.cpp1155 if (RTPathExists(argv[curArg]))
1172 if (RTPathExists(argv[curArg]))
1189 if (RTPathExists(argv[curArg]))
/vbox/src/VBox/Devices/Storage/
H A DDrvHostBase.cpp2157 if ( RTPathExists(pszDevice)
/vbox/src/VBox/Main/src-client/
H A DConsoleImpl.cpp8020 if (!RTPathExists(hostPathFull))

Completed in 165 milliseconds