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

12

/vbox/src/VBox/Runtime/generic/
H A DRTFileExists-generic.cpp3 * IPRT - RTFileExists, generic implementation.
40 RTDECL(bool) RTFileExists(const char *pszPath) function
47 LogFlow(("RTFileExists(%p:{%s}): returns %RTbool (%Rrc)\n", pszPath, pszPath, fRc, rc));
/vbox/src/VBox/ExtPacks/VBoxDTrace/
H A DVBoxDTraceWrapper.cpp86 if (RTFileExists(s_apszNativeDTrace[i]))
119 if (!RTFileExists(szDTraceCmd))
/vbox/src/VBox/Runtime/r3/win/
H A DldrNative-win.cpp137 if (RTFileExists(szPath))
H A Dprocess-win.cpp1071 if (RTFileExists(pszRealExec))
/vbox/src/VBox/Runtime/testcase/
H A DtstRTSymlink.cpp118 RTTESTI_CHECK(RTFileExists(szPath1));
148 RTTESTI_CHECK(RTFileExists(szExecFile));
/vbox/src/VBox/Main/src-server/
H A DSystemPropertiesImpl.cpp802 if (RT_SUCCESS(vrc) && RTFileExists(szPath))
1291 if (RTFileExists(strSrc1.c_str()))
1293 else if (RTFileExists(strSrc2.c_str()))
1295 else if (RTFileExists(strSrc3.c_str()))
1307 if (!RTFileExists(path.c_str()))
H A DApplianceImplImport.cpp950 if (RTFileExists(strMfFile.c_str()))
1499 if (RTFileExists(strMfFile.c_str()))
1534 if (RTFileExists(strCertFile.c_str()))
/vbox/src/VBox/Runtime/common/misc/
H A Dhttp.cpp467 if (RTFileExists(pcszCAFile))
555 if (RTFileExists(pcszCAFile))
/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgcfg.cpp346 if (RTFileExists(pszPath))
350 if (RTFileExists(pszPath))
529 if (RTFileExists(pszPath))
555 if ( RTFileExists(pszPath)
855 Assert(RTFileExists(pszPath));
911 && RTFileExists(pszPath))
1187 if (RT_SUCCESS(rc2) && RTFileExists(szPath))
/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxServicePageSharing.cpp428 if (RTFileExists(szFullFilePath) == false)
434 if (RTFileExists(szFullFilePath) == false)
H A DVBoxServiceToolBox.cpp915 if (RTFileExists(pNodeIt->pszName))
/vbox/src/VBox/Storage/testcase/
H A DtstVDSnap.cpp241 if (RTFileExists(pszDiffFilename))
/vbox/src/VBox/Main/src-server/linux/
H A DUSBGetDevices.cpp1584 # define RTFileExists(pcszFile) \ macro
1668 : RTFileExists("/proc/bus/usb/devices") ? VERR_VUSB_USBFS_PERMISSION
1676 # undef RTFileExists macro
/vbox/src/bldprogs/
H A Dscm.cpp798 if (RTFileExists(szFile))
851 if (RTFileExists(szFile))
1394 if (RTFileExists(szBuf))
H A Dscmsubversion.cpp74 && RTFileExists(pszDst))
680 return RTFileExists(szPath);
778 if (RT_SUCCESS(rc) && !RTFileExists(szPath))
/vbox/src/VBox/Additions/x11/VBoxClient/
H A Ddisplay.cpp134 if (RTFileExists("/usr/X11/bin/xrandr"))
/vbox/include/iprt/
H A Dfile.h82 RTDECL(bool) RTFileExists(const char *pszPath);
/vbox/src/VBox/Devices/Network/slirp/
H A Dtftp.c415 if (!RTFileExists(aszSessionFileName))
/vbox/src/VBox/Runtime/r3/posix/
H A Dfileio-posix.cpp83 RTDECL(bool) RTFileExists(const char *pszPath) function
97 LogFlow(("RTFileExists(%p={%s}): returns %RTbool\n", pszPath, pszPath, fRc));
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageGuestCtrl.cpp179 if ( !RTFileExists(pszPath)
1853 *fExists = RTFileExists(pszFile);
3308 else if (!RTFileExists(strSource.c_str()))
/vbox/src/VBox/Runtime/tools/
H A DRTDbgSymCache.cpp697 if (RT_FAILURE(rc) || !RTFileExists(pszPath))
/vbox/src/VBox/Additions/linux/lightdm-greeter/
H A Dvbox-greeter.cpp1081 if (RTFileExists(szBannerPath))
/vbox/src/VBox/Runtime/r0drv/nt/
H A DntBldSymDb.cpp1162 if (RTFileExists(ValueUnion.psz))
/vbox/src/VBox/Main/src-client/
H A DGuestSessionImplTasks.cpp275 if (!RTFileExists(mSource.c_str()))
/vbox/src/VBox/VMM/VMMR3/
H A DPDMLdr.cpp1148 if (RTFileExists(szPath))

Completed in 167 milliseconds

12