Searched refs:UV_FS_EVENT_RECURSIVE (Results 1 – 8 of 8) sorted by relevance
40 uv_fs_event_start(fs_event_req, run_command, argv[argc], UV_FS_EVENT_RECURSIVE); in main()
90 UV_FS_EVENT_RECURSIVE = 4114 .. 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()301 (flags & UV_FS_EVENT_RECURSIVE) ? TRUE : FALSE, in uv_fs_event_start()
539 UV_FS_EVENT_RECURSIVE); in TEST_IMPL()554 UV_FS_EVENT_RECURSIVE); in TEST_IMPL()
318 UV_FS_EVENT_RECURSIVE = 4322 ``UV_FS_EVENT_RECURSIVE`` will start watching subdirectories as well on
297 if ((handle->cf_flags & UV_FS_EVENT_RECURSIVE) == 0 && *path != '\0') { in uv__fsevents_event_cb()
1744 UV_FS_EVENT_RECURSIVE = 4 enumerator
5453 * include: UV_FS_EVENT_RECURSIVE is a flag (Fedor Indutny)
Completed in 29 milliseconds