Home
last modified time | relevance | path

Searched refs:G_FILE_MONITOR_WATCH_MOUNTS (Results 1 – 5 of 5) sorted by relevance

/third_party/glib/gio/
Dgio-tool-monitor.c237 (mounts ? G_FILE_MONITOR_WATCH_MOUNTS : 0); in handle_monitor()
Dgioenums.h346 G_FILE_MONITOR_WATCH_MOUNTS = (1 << 0), enumerator
Dglocalfilemonitor.c778 if (is_directory && !class->mount_notify && (flags & G_FILE_MONITOR_WATCH_MOUNTS)) in g_local_file_monitor_start()
Dgioenumtypes.c348 { G_FILE_MONITOR_WATCH_MOUNTS, "G_FILE_MONITOR_WATCH_MOUNTS", "watch-mounts" }, in g_file_monitor_flags_get_type()
/third_party/glib/gio/tests/
Dtestfilemonitor.c986 G_FILE_MONITOR_WATCH_MOUNTS | in test_file_hard_links()