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

/vbox/src/VBox/Runtime/common/path/
H A DRTPathStartsWithRoot.cpp39 return rtPathRootSpecLen(pszPath) > 0;
H A DRTPathCountComponents.cpp40 size_t off = rtPathRootSpecLen(pszPath);
H A DRTPathCalcRelative.cpp58 size_t offRootFrom = rtPathRootSpecLen(pszPathFrom);
59 size_t offRootTo = rtPathRootSpecLen(pszPathTo);
H A DRTPathCopyComponents.cpp63 size_t off = rtPathRootSpecLen(pszSrc);
H A DrtPathRootSpecLen.cpp3 * IPRT - rtPathRootSpecLen (internal).
48 DECLHIDDEN(size_t) rtPathRootSpecLen(const char *pszPath) function
/vbox/src/VBox/Runtime/include/internal/
H A Dpath.h46 DECLHIDDEN(size_t) rtPathRootSpecLen(const char *pszPath);

Completed in 1164 milliseconds