Searched refs:mDevice (Results 1 - 3 of 3) 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);
/vbox/src/VBox/Main/src-server/
H A DHostImpl.cpp2046 Utf8Str location(it->mDevice);
2119 Utf8Str location(it->mDevice);

Completed in 55 milliseconds