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

/vbox/src/VBox/Main/src-server/linux/
H A DHostDnsServiceLinux.cpp62 int fileDescriptor() const {return fd;} function in class:FileDescriptor
105 polls[0].fd = a.fileDescriptor();
116 wd[0] = inotify_add_watch(a.fileDescriptor(),
127 wd[1] = inotify_add_watch(a.fileDescriptor(), g_EtcFolder.c_str(),
158 inotify_rm_watch(a.fileDescriptor(), wd[0]); /* removes file watcher */
159 inotify_add_watch(a.fileDescriptor(), g_EtcFolder.c_str(),
185 inotify_rm_watch(a.fileDescriptor(), wd[0]);
186 wd[1] = inotify_add_watch(a.fileDescriptor(), g_EtcFolder.c_str(),
202 wd[1] = inotify_add_watch(a.fileDescriptor(), g_EtcFolder.c_str(),
206 wd[0] = inotify_add_watch(a.fileDescriptor(),
[all...]

Completed in 90 milliseconds