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

/vbox/src/VBox/Main/src-all/
H A DSharedFolderImpl.cpp252 size_t hostPathLen = hostPath.length(); local
261 if (hostPathLen > 2 &&
262 RTPATH_IS_SEP (hostPath.c_str()[hostPathLen - 1]) &&
263 RTPATH_IS_VOLSEP (hostPath.c_str()[hostPathLen - 2]))
266 if (hostPathLen == 1 && RTPATH_IS_SEP(hostPath[0]))

Completed in 82 milliseconds