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

/vbox/src/VBox/Main/include/
H A DHostHardwareLinux.h42 RTCString mDevice; member in struct:VBoxMainDriveInfo::DriveInfo
54 : mDevice(aDevice),
/vbox/src/VBox/Main/src-server/linux/
H A DUSBGetDevices.cpp77 char *mDevice; member in struct:USBDeviceInfo
811 RTStrFree(pSelf->mDevice);
813 pSelf->mDevice = pSelf->mSysfsPath = NULL;
820 pSelf->mDevice = aDevice ? RTStrDup(aDevice) : NULL;
823 if ((aDevice && !pSelf->mDevice) || (aSystemID && ! pSelf->mSysfsPath))
1350 pInfo->mDevice);

Completed in 48 milliseconds