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

/vbox/src/VBox/Main/src-server/linux/
H A DUSBGetDevices.cpp909 size_t cchDev = strlen(pcszDev); local
915 Assert(pcszDev[cchDev - 1] != '/');
916 /* If this passes, pcszIface is at least cchDev long */
917 if (strncmp(pcszIface, pcszDev, cchDev))
919 /* If this passes, pcszIface is longer than cchDev */
920 if (pcszIface[cchDev] != '/')
923 if (strchr(pcszIface + cchDev + 1, '/'))
926 if (!strchr(pcszIface + cchDev + 1, ':'))

Completed in 49 milliseconds