Searched refs:WATCH_FILE (Results 1 – 1 of 1) sorted by relevance
/third_party/glib/gio/ |
D | gio-tool-monitor.c | 139 WATCH_FILE, enumerator 165 watch_type = (type == G_FILE_TYPE_DIRECTORY) ? WATCH_DIR : WATCH_FILE; in add_watch() 249 if (!add_watch (watch_files[i], WATCH_FILE, flags, TRUE)) in handle_monitor() 256 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()
|