Home
last modified time | relevance | path

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

/third_party/libuv/docs/code/onchange/
Dmain.c40 uv_fs_event_start(fs_event_req, run_command, argv[argc], UV_FS_EVENT_RECURSIVE); in main()
/third_party/libuv/docs/src/
Dfs_event.rst86 UV_FS_EVENT_RECURSIVE = 4
110 .. note:: Currently the only supported flag is ``UV_FS_EVENT_RECURSIVE`` and
/third_party/libuv/src/win/
Dfs-event.c46 (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()
/third_party/node/src/
Dfs_event_wrap.cc143 flags |= UV_FS_EVENT_RECURSIVE; in Start()
/third_party/libwebsockets/plugins/generic-table/
Dprotocol_table_dirlisting.c115 n = uv_fs_event_start(pss->event_req, mon_cb, path, UV_FS_EVENT_RECURSIVE); in scan_dir()
/third_party/libuv/test/
Dtest-fs-event.c487 UV_FS_EVENT_RECURSIVE); in TEST_IMPL()
502 UV_FS_EVENT_RECURSIVE); in TEST_IMPL()
/third_party/libuv/docs/src/guide/
Dfilesystem.rst318 UV_FS_EVENT_RECURSIVE = 4
322 ``UV_FS_EVENT_RECURSIVE`` will start watching subdirectories as well on
/third_party/libuv/src/unix/
Dfsevents.c303 if ((handle->cf_flags & UV_FS_EVENT_RECURSIVE) == 0 && *path != '\0') { in uv__fsevents_event_cb()
/third_party/libuv/include/
Duv.h1645 UV_FS_EVENT_RECURSIVE = 4 enumerator
/third_party/libuv/
DChangeLog4522 * include: UV_FS_EVENT_RECURSIVE is a flag (Fedor Indutny)