Home
last modified time | relevance | path

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

/third_party/glib/gio/
Dgio-tool-monitor.c29 static gchar **watch_direct; variable
40 { "direct", 'D', 0, G_OPTION_ARG_FILENAME_ARRAY, &watch_direct,
227 if (!watch_dirs && !watch_files && !watch_direct && !watch_silent && !watch_default) in handle_monitor()
253 if (watch_direct) in handle_monitor()
255 for (i = 0; watch_direct[i]; i++) in handle_monitor()
256 if (!add_watch (watch_direct[i], WATCH_FILE, flags | G_FILE_MONITOR_WATCH_HARD_LINKS, TRUE)) in handle_monitor()