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

/vbox/src/VBox/Main/src-server/linux/
H A DUSBGetDevices.cpp1105 const char *pszLastComp = strrchr(pszPath, '/'); local
1106 if (!pszLastComp)
1111 pszLastComp++; /* skip the slash */
1118 AssertMsgReturn(strchr(pszLastComp, ':') == NULL, ("%s\n", pszPath), VERR_INVALID_PARAMETER);
1123 const char *pchDash = strrchr(pszLastComp, '-');
1124 const char *pchDot = strrchr(pszLastComp, '.');
1128 if (strncmp(pszLastComp, RT_STR_TUPLE("usb")) != 0)

Completed in 56 milliseconds