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

/vbox/src/VBox/Main/src-server/linux/
H A DUSBGetDevices.cpp907 static bool muiIsAnInterfaceOf(const char *pcszIface, const char *pcszDev) function
934 /** Unit test the logic in muiIsAnInterfaceOf in debug builds. */
940 Assert(muiIsAnInterfaceOf("/sys/devices/pci0000:00/0000:00:1a.0/usb3/3-0:1.0",
942 Assert(!muiIsAnInterfaceOf("/sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1",
944 Assert(!muiIsAnInterfaceOf("/sys/devices/pci0000:00/0000:00:1a.0/usb3/3-0:1.0/driver",
958 if (!muiIsAnInterfaceOf(pcszNode, pInfo->mSysfsPath))

Completed in 36 milliseconds