Searched refs:RTPathHasPath (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Runtime/common/path/
H A DRTPathHasPath.cpp3 * IPRT - RTPathHasPath
43 RTDECL(bool) RTPathHasPath(const char *pszPath) function
/vbox/src/VBox/Runtime/common/ldr/
H A DldrNative.cpp189 AssertMsgReturn(!RTPathHasPath(pszFilename), ("%s\n", pszFilename), VERR_INVALID_PARAMETER);
246 AssertMsgReturn(!RTPathHasPath(pszFilename), ("%s\n", pszFilename), VERR_INVALID_PARAMETER);
/vbox/include/iprt/
H A Dpath.h454 RTDECL(bool) RTPathHasPath(const char *pszPath);
456 #define RTPathHavePath RTPathHasPath
H A Dmangling.h1053 # define RTPathHasPath RT_MANGLER(RTPathHasPath) macro
/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxServiceToolBox.cpp1297 if ( RTPathHasPath(pcszTemplate)
/vbox/src/VBox/Main/src-client/
H A DHGCM.cpp273 if (RTPathHasPath(m_pszSvcLibrary))

Completed in 328 milliseconds