Home
last modified time | relevance | path

Searched refs:G_FILE_MONITOR_EVENT_CREATED (Results 1 – 13 of 13) sorted by relevance

/third_party/glib/gio/kqueue/
Dkqueue-helper.c69 g_file_monitor_source_handle_event (ctx->source, G_FILE_MONITOR_EVENT_CREATED, path, in handle_created()
163 g_file_monitor_source_handle_event (ctx->source, G_FILE_MONITOR_EVENT_CREATED, in handle_overwritten()
Dkqueue-missing.c99 g_file_monitor_source_handle_event (sub->source, G_FILE_MONITOR_EVENT_CREATED, in _kh_file_appeared_cb()
/third_party/glib/gio/
Dgpollfilemonitor.c85 return G_FILE_MONITOR_EVENT_CREATED; in calc_event_type()
121 (event == G_FILE_MONITOR_EVENT_CHANGED || event == G_FILE_MONITOR_EVENT_CREATED)) in got_new_info()
Dglocalfilemonitor.c307 g_file_monitor_source_queue_event (fms, G_FILE_MONITOR_EVENT_CREATED, child, NULL); in g_file_monitor_source_file_created()
327 g_file_monitor_source_queue_event (fms, G_FILE_MONITOR_EVENT_CREATED, child, NULL); in g_file_monitor_source_send_synthetic_created()
372 case G_FILE_MONITOR_EVENT_CREATED: in g_file_monitor_source_handle_event()
Dgio-tool-monitor.c95 case G_FILE_MONITOR_EVENT_CREATED: in watch_callback()
Dgioenums.h431 G_FILE_MONITOR_EVENT_CREATED, enumerator
Dgunixmounts.c1807 event_type != G_FILE_MONITOR_EVENT_CREATED && in fstab_file_changed()
1834 event_type != G_FILE_MONITOR_EVENT_CREATED && in mtab_file_changed()
Dgioenumtypes.c416 { G_FILE_MONITOR_EVENT_CREATED, "G_FILE_MONITOR_EVENT_CREATED", "created" }, in g_file_monitor_event_get_type()
/third_party/glib/gio/tests/
Dtestfilemonitor.c157 if (e2_next->event_type != G_FILE_MONITOR_EVENT_CREATED) in check_expected_events()
182 if (e2->event_type != G_FILE_MONITOR_EVENT_CREATED) in check_expected_events()
348 { G_FILE_MONITOR_EVENT_CREATED, "atomic_replace_file", NULL, -1, NONE },
450 { G_FILE_MONITOR_EVENT_CREATED, "change_file", NULL, -1, NONE },
665 { G_FILE_MONITOR_EVENT_CREATED, "nosuchfile", NULL, -1, KQUEUE },
668 { G_FILE_MONITOR_EVENT_CREATED, "nosuchfile", NULL, -1, NONE },
767 { G_FILE_MONITOR_EVENT_CREATED, "a", NULL, -1, NONE },
777 { G_FILE_MONITOR_EVENT_CREATED, "a", NULL, -1, NONE },
Dfile.c202 if (event_type == G_FILE_MONITOR_EVENT_CREATED) in monitor_changed()
/third_party/glib/gio/inotify/
Dinotify-helper.c251 g_file_monitor_source_handle_event (sub->user_data, G_FILE_MONITOR_EVENT_CREATED, in ih_not_missing_callback()
275 return G_FILE_MONITOR_EVENT_CREATED; in ih_mask_to_EventFlags()
/third_party/glib/gio/fam/
Dgfamfilemonitor.c103 …g_file_monitor_source_handle_event (ev.userdata, G_FILE_MONITOR_EVENT_CREATED, child, NULL, NULL, … in G_DEFINE_DYNAMIC_TYPE()
/third_party/glib/gio/win32/
Dgwin32fsmonitorutils.c46 fme = G_FILE_MONITOR_EVENT_CREATED; in g_win32_fs_monitor_handle_event()