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

/vbox/src/VBox/Main/src-server/linux/
H A DUSBGetDevices.cpp80 char *mSysfsPath; member in struct:USBDeviceInfo
812 RTStrFree(pSelf->mSysfsPath);
813 pSelf->mDevice = pSelf->mSysfsPath = NULL;
821 pSelf->mSysfsPath = aSystemID ? RTStrDup(aSystemID) : NULL;
823 if ((aDevice && !pSelf->mDevice) || (aSystemID && ! pSelf->mSysfsPath))
958 if (!muiIsAnInterfaceOf(pcszNode, pInfo->mSysfsPath))
1244 const char *pszSysfsPath = pInfo->mSysfsPath;

Completed in 78 milliseconds