HomeSort by relevance Sort by last modified time
    Searched refs:inotify_monitor (Results 1 - 2 of 2) sorted by null

  /external/bluetooth/glib/gio/inotify/
ginotifyfilemonitor.c 56 GInotifyFileMonitor *inotify_monitor = G_INOTIFY_FILE_MONITOR (object); local
57 inotify_sub *sub = inotify_monitor->sub;
63 inotify_monitor->sub = NULL;
66 if (inotify_monitor->filename)
68 g_free (inotify_monitor->filename);
69 inotify_monitor->filename = NULL;
72 if (inotify_monitor->dirname)
74 g_free (inotify_monitor->dirname);
75 inotify_monitor->dirname = NULL;
90 GInotifyFileMonitor *inotify_monitor; local
153 GInotifyFileMonitor *inotify_monitor = G_INOTIFY_FILE_MONITOR (monitor); local
    [all...]
ginotifydirectorymonitor.c 54 GInotifyDirectoryMonitor *inotify_monitor = G_INOTIFY_DIRECTORY_MONITOR (object); local
55 inotify_sub *sub = inotify_monitor->sub;
61 inotify_monitor->sub = NULL;
76 GInotifyDirectoryMonitor *inotify_monitor; local
86 inotify_monitor = G_INOTIFY_DIRECTORY_MONITOR (obj);
95 sub = _ih_sub_new (dirname, NULL, inotify_monitor);
101 inotify_monitor->sub = sub;
135 GInotifyDirectoryMonitor *inotify_monitor = G_INOTIFY_DIRECTORY_MONITOR (monitor); local
136 inotify_sub *sub = inotify_monitor->sub;
142 inotify_monitor->sub = NULL
    [all...]

Completed in 35 milliseconds