Searched refs:G_FILE_MONITOR_EVENT_CREATED (Results 1 – 13 of 13) sorted by relevance
/third_party/glib/gio/kqueue/ |
D | kqueue-helper.c | 69 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()
|
D | kqueue-missing.c | 99 g_file_monitor_source_handle_event (sub->source, G_FILE_MONITOR_EVENT_CREATED, in _kh_file_appeared_cb()
|
/third_party/glib/gio/ |
D | gpollfilemonitor.c | 85 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()
|
D | glocalfilemonitor.c | 307 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()
|
D | gio-tool-monitor.c | 95 case G_FILE_MONITOR_EVENT_CREATED: in watch_callback()
|
D | gioenums.h | 431 G_FILE_MONITOR_EVENT_CREATED, enumerator
|
D | gunixmounts.c | 1807 event_type != G_FILE_MONITOR_EVENT_CREATED && in fstab_file_changed() 1834 event_type != G_FILE_MONITOR_EVENT_CREATED && in mtab_file_changed()
|
D | gioenumtypes.c | 416 { G_FILE_MONITOR_EVENT_CREATED, "G_FILE_MONITOR_EVENT_CREATED", "created" }, in g_file_monitor_event_get_type()
|
/third_party/glib/gio/tests/ |
D | testfilemonitor.c | 157 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 },
|
D | file.c | 202 if (event_type == G_FILE_MONITOR_EVENT_CREATED) in monitor_changed()
|
/third_party/glib/gio/inotify/ |
D | inotify-helper.c | 251 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/ |
D | gfamfilemonitor.c | 103 …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/ |
D | gwin32fsmonitorutils.c | 46 fme = G_FILE_MONITOR_EVENT_CREATED; in g_win32_fs_monitor_handle_event()
|