Home
last modified time | relevance | path

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

/libuv/docs/code/onchange/
H A Dmain.c40 uv_fs_event_start(fs_event_req, run_command, argv[argc], UV_FS_EVENT_RECURSIVE); in main()
/libuv/docs/src/
H A Dfs_event.rst90 UV_FS_EVENT_RECURSIVE = 4
114 .. note:: Currently the only supported flag is ``UV_FS_EVENT_RECURSIVE`` and
/libuv/src/win/
H A Dfs-event.c46 (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()
/libuv/test/
H A Dtest-fs-event.c539 UV_FS_EVENT_RECURSIVE); in TEST_IMPL()
554 UV_FS_EVENT_RECURSIVE); in TEST_IMPL()
/libuv/docs/src/guide/
H A Dfilesystem.rst318 UV_FS_EVENT_RECURSIVE = 4
322 ``UV_FS_EVENT_RECURSIVE`` will start watching subdirectories as well on
/libuv/src/unix/
H A Dfsevents.c297 if ((handle->cf_flags & UV_FS_EVENT_RECURSIVE) == 0 && *path != '\0') { in uv__fsevents_event_cb()
/libuv/include/
H A Duv.h1744 UV_FS_EVENT_RECURSIVE = 4 enumerator
/libuv/
H A DChangeLog5453 * include: UV_FS_EVENT_RECURSIVE is a flag (Fedor Indutny)

Completed in 31 milliseconds