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/
H A Dmain.c40 uv_fs_event_start(fs_event_req, run_command, argv[argc], UV_FS_EVENT_RECURSIVE); in main()
/third_party/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()
/third_party/node/deps/uv/src/win/
H A 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/
H A Dfs_event_wrap.cc152 flags |= UV_FS_EVENT_RECURSIVE; in Start()
/third_party/libuv/test/
H A Dtest-fs-event.c472 UV_FS_EVENT_RECURSIVE); in TEST_IMPL()
487 UV_FS_EVENT_RECURSIVE); in TEST_IMPL()
/third_party/libuv/src/unix/
H A Dfsevents.c301 if ((handle->cf_flags & UV_FS_EVENT_RECURSIVE) == 0 && *path != '\0') { in uv__fsevents_event_cb()
/third_party/node/deps/uv/src/unix/
H A Dfsevents.c303 if ((handle->cf_flags & UV_FS_EVENT_RECURSIVE) == 0 && *path != '\0') { in uv__fsevents_event_cb()
/third_party/libuv/include/
H A Duv.h1757 UV_FS_EVENT_RECURSIVE = 4 enumerator
/third_party/libuv/include/uv_ndk/
H A Duv.h1622 UV_FS_EVENT_RECURSIVE = 4 enumerator
/third_party/node/deps/uv/include/
H A Duv.h1645 UV_FS_EVENT_RECURSIVE = 4 enumerator

Completed in 26 milliseconds