Home
last modified time | relevance | path

Searched refs:G_FILE_MONITOR_WATCH_HARD_LINKS (Results 1 – 7 of 7) sorted by relevance

/third_party/glib/gio/
Dgio-tool-monitor.c256 if (!add_watch (watch_direct[i], WATCH_FILE, flags | G_FILE_MONITOR_WATCH_HARD_LINKS, TRUE)) in handle_monitor()
263 … if (!add_watch (watch_silent[i], WATCH_FILE, flags | G_FILE_MONITOR_WATCH_HARD_LINKS, FALSE)) in handle_monitor()
Dgioenums.h348 G_FILE_MONITOR_WATCH_HARD_LINKS = (1 << 2), enumerator
Dglocalfilemonitor.c676 else if (flags & G_FILE_MONITOR_WATCH_HARD_LINKS) in g_file_monitor_source_new()
Dgioenumtypes.c350 { G_FILE_MONITOR_WATCH_HARD_LINKS, "G_FILE_MONITOR_WATCH_HARD_LINKS", "watch-hard-links" }, in g_file_monitor_flags_get_type()
Dgfile.c5432 g_return_val_if_fail (~flags & G_FILE_MONITOR_WATCH_HARD_LINKS, NULL); in g_file_monitor_directory()
5534 flags & ~G_FILE_MONITOR_WATCH_HARD_LINKS, in g_file_monitor()
/third_party/glib/gio/tests/
Dtestfilemonitor.c988 G_FILE_MONITOR_WATCH_HARD_LINKS, in test_file_hard_links()
/third_party/glib/
DNEWS6315 - New GFileMonitor flag: G_FILE_MONITOR_WATCH_HARD_LINKS