Searched refs:RTPathStartsWithRoot (Results 1 - 16 of 16) sorted by relevance

/vbox/src/VBox/Runtime/common/path/
H A DRTPathStartsWithRoot.cpp3 * IPRT - RTPathStartsWithRoot
37 RTDECL(bool) RTPathStartsWithRoot(const char *pszPath) function
H A DRTPathCalcRelative.cpp50 AssertReturn(RTPathStartsWithRoot(pszPathFrom), VERR_INVALID_PARAMETER);
51 AssertReturn(RTPathStartsWithRoot(pszPathTo), VERR_INVALID_PARAMETER);
/vbox/src/VBox/Runtime/r3/win/
H A DldrNative-win.cpp53 AssertLogRelMsgReturn(RTPathStartsWithRoot(pszFilename), /* Relative names will still be applied to the search path. */
/vbox/src/VBox/Main/glue/
H A Dcom.cpp203 if (RTPathStartsWithRoot(pcszBase))
/vbox/include/iprt/
H A Dpath.h465 RTDECL(bool) RTPathStartsWithRoot(const char *pszPath);
H A Dmangling.h1079 # define RTPathStartsWithRoot RT_MANGLER(RTPathStartsWithRoot) macro
/vbox/src/VBox/Installer/linux/install_service/
H A Dgenerate_service_file.cpp416 if (RTPathFilename(pcszValue) && RTPathStartsWithRoot(pcszValue))
/vbox/src/VBox/Main/src-server/
H A DSystemPropertiesImpl.cpp1170 if (!RTPathStartsWithRoot(path.c_str()))
1302 if (!RTPathStartsWithRoot(path.c_str()))
H A DMachineImplCloneVM.cpp1028 if (RTPathStartsWithRoot(trgMCF.machineUserData.strSnapshotFolder.c_str()))
H A DMediumImpl.cpp1328 && !RTPathStartsWithRoot(data.strLocation.c_str())
6695 && !RTPathStartsWithRoot(locationFull.c_str()))
H A DMachineImpl.cpp1746 if (!RTPathStartsWithRoot(strFile.c_str()))
/vbox/src/VBox/Main/src-all/
H A DExtPackUtil.cpp963 if (RTPathStartsWithRoot(pszName))
/vbox/src/VBox/HostDrivers/Support/
H A DSUPLibLdr.cpp779 AssertReturn(RTPathStartsWithRoot(pszFilename), VERR_INVALID_PARAMETER);
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageAppliance.cpp652 if (!RTPathStartsWithRoot(strOverride.c_str()))
/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxServiceToolBox.cpp1306 if (pcszPath && !RTPathStartsWithRoot(pcszPath))
/vbox/src/VBox/Storage/
H A DVHD.cpp315 if (RTPathStartsWithRoot(pszFilename))
355 if (RTPathStartsWithRoot(pszFilename))

Completed in 1556 milliseconds