Searched refs:UV_FS_EVENT_RECURSIVE (Results 1 – 10 of 10) sorted by relevance
40 uv_fs_event_start(fs_event_req, run_command, argv[argc], UV_FS_EVENT_RECURSIVE); in main()
86 UV_FS_EVENT_RECURSIVE = 4110 .. note:: Currently the only supported flag is ``UV_FS_EVENT_RECURSIVE`` and
46 (handle->flags & UV_FS_EVENT_RECURSIVE) ? TRUE : FALSE, in uv__fs_event_queue_readdirchanges()314 (flags & UV_FS_EVENT_RECURSIVE) ? TRUE : FALSE, in uv_fs_event_start()
143 flags |= UV_FS_EVENT_RECURSIVE; in Start()
115 n = uv_fs_event_start(pss->event_req, mon_cb, path, UV_FS_EVENT_RECURSIVE); in scan_dir()
487 UV_FS_EVENT_RECURSIVE); in TEST_IMPL()502 UV_FS_EVENT_RECURSIVE); in TEST_IMPL()
318 UV_FS_EVENT_RECURSIVE = 4322 ``UV_FS_EVENT_RECURSIVE`` will start watching subdirectories as well on
303 if ((handle->cf_flags & UV_FS_EVENT_RECURSIVE) == 0 && *path != '\0') { in uv__fsevents_event_cb()
1645 UV_FS_EVENT_RECURSIVE = 4 enumerator
4522 * include: UV_FS_EVENT_RECURSIVE is a flag (Fedor Indutny)