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

/vbox/src/VBox/Main/src-server/linux/
H A DHostHardwareLinux.cpp907 int mhInotify; member in struct:inotifyWatch
917 if ( pSelf->inotify_add_watch(pSelf->mhInotify, pcszPath, IN_FLAGS) >= 0
932 pSelf->mhInotify = -1;
962 pSelf->mhInotify = fd;
970 if (pSelf->mhInotify != -1)
972 close(pSelf->mhInotify);
973 pSelf->mhInotify = -1;
980 return pSelf->mhInotify;
1098 mWatches.mhInotify = -1; /* term will access this variable */

Completed in 1047 milliseconds