Home
last modified time | relevance | path

Searched refs:G_FILE_MONITOR_EVENT_DELETED (Results 1 – 14 of 14) sorted by relevance

/third_party/glib/gio/tests/
Dtestfilemonitor.c155 if (e2->event_type != G_FILE_MONITOR_EVENT_DELETED) in check_expected_events()
188 if (e2->event_type != G_FILE_MONITOR_EVENT_DELETED) in check_expected_events()
354 { G_FILE_MONITOR_EVENT_DELETED, "atomic_replace_file", NULL, -1, NONE },
459 { G_FILE_MONITOR_EVENT_DELETED, "change_file", NULL, -1, NONE },
576 { G_FILE_MONITOR_EVENT_DELETED, "dir_monitor_test", NULL, -1, NONE },
672 { G_FILE_MONITOR_EVENT_DELETED, "nosuchfile", NULL, -1, NONE },
770 { G_FILE_MONITOR_EVENT_DELETED, "a", NULL, -1, NONE },
771 { G_FILE_MONITOR_EVENT_DELETED, "cross_dir_a", NULL, -1, NONE },
783 { G_FILE_MONITOR_EVENT_DELETED, "cross_dir_b", NULL, -1, NONE },
949 { G_FILE_MONITOR_EVENT_DELETED, "testfilemonitor.db", NULL, -1, NONE },
[all …]
Dfile.c204 if (event_type == G_FILE_MONITOR_EVENT_DELETED) in monitor_changed()
/third_party/glib/gio/kqueue/
Dkqueue-helper.c103 g_file_monitor_source_handle_event (ctx->source, G_FILE_MONITOR_EVENT_DELETED, path, in handle_deleted()
160 g_file_monitor_source_handle_event (ctx->source, G_FILE_MONITOR_EVENT_DELETED, in handle_overwritten()
Dgkqueuefilemonitor.c384 G_FILE_MONITOR_EVENT_DELETED, in g_kqueue_file_monitor_callback()
428 G_FILE_MONITOR_EVENT_DELETED, in g_kqueue_file_monitor_callback()
/third_party/glib/gio/fam/
Dgfamfilemonitor.c99 …g_file_monitor_source_handle_event (ev.userdata, G_FILE_MONITOR_EVENT_DELETED, child, NULL, NULL, … in G_DEFINE_DYNAMIC_TYPE()
/third_party/glib/gio/
Dgpollfilemonitor.c88 return G_FILE_MONITOR_EVENT_DELETED; in calc_event_type()
Dglocalfilemonitor.c402 g_file_monitor_source_send_event (fms, G_FILE_MONITOR_EVENT_DELETED, child, NULL); in g_file_monitor_source_handle_event()
433 g_file_monitor_source_send_event (fms, G_FILE_MONITOR_EVENT_DELETED, child, NULL); in g_file_monitor_source_handle_event()
438 case G_FILE_MONITOR_EVENT_DELETED: in g_file_monitor_source_handle_event()
Dgio-tool-monitor.c91 case G_FILE_MONITOR_EVENT_DELETED: in watch_callback()
Dgioenums.h430 G_FILE_MONITOR_EVENT_DELETED, enumerator
Dgkeyfilesettingsbackend.c643 if (event_type != G_FILE_MONITOR_EVENT_DELETED) in file_changed()
Dgunixmounts.c1808 event_type != G_FILE_MONITOR_EVENT_DELETED) in fstab_file_changed()
1835 event_type != G_FILE_MONITOR_EVENT_DELETED) in mtab_file_changed()
Dgioenumtypes.c415 { G_FILE_MONITOR_EVENT_DELETED, "G_FILE_MONITOR_EVENT_DELETED", "deleted" }, in g_file_monitor_event_get_type()
/third_party/glib/gio/inotify/
Dinotify-helper.c273 return G_FILE_MONITOR_EVENT_DELETED; in ih_mask_to_EventFlags()
/third_party/glib/gio/win32/
Dgwin32fsmonitorutils.c50 fme = G_FILE_MONITOR_EVENT_DELETED; in g_win32_fs_monitor_handle_event()