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

/vbox/src/VBox/Runtime/common/path/
H A Drtpath-expand-template.cpp.h37 #undef RTPATH_IS_VOLSEP macro
44 #define RTPATH_IS_VOLSEP(a_ch) ( (a_ch) == ':' ) macro
55 #undef RTPATH_IS_VOLSEP macro
62 #define RTPATH_IS_VOLSEP(a_ch) ( false ) macro
75 # undef RTPATH_IS_VOLSEP macro
80 # define RTPATH_IS_VOLSEP(a_ch) ( (a_ch) == ':' ) macro
/vbox/src/VBox/Runtime/generic/
H A DRTPathGetCurrentOnDrive-generic.cpp52 && RTPATH_IS_VOLSEP(pszPath[1]))
H A DRTPathGetCurrentDrive-generic.cpp53 if (pszPath[0] && RTPATH_IS_VOLSEP(pszPath[1]))
H A DRTPathAbs-generic.cpp46 if (pszCur[0] && RTPATH_IS_VOLSEP(pszCur[1]) && pszCur[2] == RTPATH_SLASH)
211 if ( !(szTmpPath[0] && RTPATH_IS_VOLSEP(szTmpPath[1]) && szTmpPath[2] == RTPATH_SLASH)
225 if (szTmpPath[0] && RTPATH_IS_VOLSEP(szTmpPath[1]) && szTmpPath[2] != RTPATH_SLASH)
/vbox/include/iprt/
H A Dpath.h175 /** @def RTPATH_IS_VOLSEP
187 # define RTPATH_IS_VOLSEP(a_ch) ( (a_ch) == ':' ) macro
189 # define RTPATH_IS_VOLSEP(a_ch) (false)
202 #define RTPATH_IS_SEP(a_ch) ( RTPATH_IS_SLASH(a_ch) || RTPATH_IS_VOLSEP(a_ch) )
/vbox/src/VBox/Main/src-all/
H A DSharedFolderImpl.cpp263 RTPATH_IS_VOLSEP (hostPath.c_str()[hostPathLen - 2]))
/vbox/src/VBox/Runtime/r3/win/
H A Dpath-win.cpp134 && !RTPATH_IS_VOLSEP(pszAbsPath[cch - 2])

Completed in 59 milliseconds