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

/vbox/src/VBox/Runtime/generic/
H A DRTPathAbs-generic.cpp185 char *pszTop = rtPathSkipRootSpec(pszAbsPath); local
187 if ((uintptr_t)&pszAbsPath[cch] > (uintptr_t)pszTop && pszAbsPath[cch - 1] == RTPATH_SLASH)
191 && (uintptr_t)&pszAbsPath[cch - 1] > (uintptr_t)pszTop && pszAbsPath[cch - 1] != RTPATH_SLASH)
286 char * const pszTop = pszCur; local
299 if ((uintptr_t)pszPrev > (uintptr_t)pszTop)
302 while ( (uintptr_t)pszPrev > (uintptr_t)pszTop
308 if (pszPrev != pszTop)
339 if ((uintptr_t)&szTmpPath[cchTmpPath] > (uintptr_t)pszTop && szTmpPath[cchTmpPath - 1] == RTPATH_SLASH)

Completed in 624 milliseconds