Searched defs:pSlash (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Main/src-server/
H A DVirtualBoxImpl.cpp3200 char *pSlash = RTStrStr(pStr, "/"); local
3201 if (pSlash)
3204 if (pSlash == pStr)
3208 Utf8Str tmp((const char *)pStr, (size_t)(pSlash - pStr));
3220 pStr = pSlash + 1;

Completed in 59 milliseconds