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

/vbox/src/VBox/Main/src-server/linux/
H A DUSBGetDevices.cpp818 const char *aSystemID)
821 pSelf->mSysfsPath = aSystemID ? RTStrDup(aSystemID) : NULL;
823 if ((aDevice && !pSelf->mDevice) || (aSystemID && ! pSelf->mSysfsPath))
817 USBDevInfoInit(USBDeviceInfo *pSelf, const char *aDevice, const char *aSystemID) argument

Completed in 77 milliseconds