Searched refs:mhFile (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Main/src-server/linux/
H A DUSBProxyServiceLinux.cpp63 : USBProxyService(aHost), mhFile(NIL_RTFILE), mhWakeupPipeR(NIL_RTPIPE),
108 rc = RTFileOpen(&mhFile, pszDevices, RTFILE_O_READ | RTFILE_O_OPEN | RTFILE_O_DENY_NONE);
131 RTFileClose(mhFile);
213 RTFileClose(mhFile);
214 mhFile = NIL_RTFILE;
326 PollFds[0].fd = RTFileToNative(mhFile);
/vbox/src/VBox/Main/include/
H A DUSBProxyService.h231 RTFILE mhFile; member in class:USBProxyServiceLinux

Completed in 43 milliseconds