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

/vbox/src/VBox/HostDrivers/Support/
H A DSUPR3HardenedMain.cpp738 const char *pszLastComp = pszPath; local
747 pszLastComp = psz + 1;
753 pszLastComp = psz + 1;
758 if (*pszLastComp)
759 return (char *)(void *)pszLastComp;
/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 50 milliseconds