/third_party/libuv/test/ |
H A D | test-fs-event.c | 426 r = uv_fs_event_start(&fs_event, fs_event_cb_dir_multi_file, "watch_dir", 0); in TEST_IMPL() 469 r = uv_fs_event_start(&fs_event, in TEST_IMPL() 484 r = uv_fs_event_start(&fs_event_root, in TEST_IMPL() 537 r = uv_fs_event_start(&fs_event, fs_event_cb_dir, "watch_~1", 0); in TEST_IMPL() 583 r = uv_fs_event_start(&fs_event, fs_event_cb_file, "watch_dir/file2", 0); in TEST_IMPL() 639 r = uv_fs_event_start(&fs_event, fs_event_fail, "watch_dir/file.jsx", 0); in TEST_IMPL() 671 ASSERT_OK(uv_fs_event_start(watchers + 0, fail_cb, path, 0)); in TEST_IMPL() 673 ASSERT_OK(uv_fs_event_start(watchers + 1, fail_cb, path, 0)); in TEST_IMPL() 705 r = uv_fs_event_start(&fs_event, in TEST_IMPL() 752 r = uv_fs_event_start( in TEST_IMPL() [all...] |
H A D | test-queue-foreach-delete.c | 145 r = uv_fs_event_start(&fs_event[i], in init_and_start_fs_events()
|
H A D | test-fork.c | 497 r = uv_fs_event_start(&fs_event, in assert_watch_file_current_dir() 636 r = uv_fs_event_start(&fs_event, in TEST_IMPL()
|
H A D | test-ref.c | 202 uv_fs_event_start(&h, (uv_fs_event_cb)fail_cb, ".", 0); in TEST_IMPL()
|
/third_party/libuv/src/unix/ |
H A D | no-fsevents.c | 31 int uv_fs_event_start(uv_fs_event_t* handle, uv_fs_event_cb cb, in uv_fs_event_start() function
|
H A D | sunos.c | 515 int uv_fs_event_start(uv_fs_event_t* handle, in uv_fs_event_start() function 604 int uv_fs_event_start(uv_fs_event_t* handle, in uv_fs_event_start() function
|
H A D | kqueue.c | 529 int uv_fs_event_start(uv_fs_event_t* handle, in uv_fs_event_start() function
|
H A D | os390.c | 661 int uv_fs_event_start(uv_fs_event_t* handle, uv_fs_event_cb cb, in uv_fs_event_start() function
|
H A D | aix.c | 783 int uv_fs_event_start(uv_fs_event_t* handle, in uv_fs_event_start() function
|
H A D | linux.c | 2434 err = uv_fs_event_start(handle, handle->cb, tmp_path, 0); in uv__inotify_fork() 2544 int uv_fs_event_start(uv_fs_event_t* handle, in uv_fs_event_start() function
|
/third_party/node/deps/uv/src/unix/ |
H A D | no-fsevents.c | 31 int uv_fs_event_start(uv_fs_event_t* handle, uv_fs_event_cb cb, in uv_fs_event_start() function
|
H A D | linux-inotify.c | 140 err = uv_fs_event_start(handle, handle->cb, tmp_path, 0); in uv__inotify_fork() 249 int uv_fs_event_start(uv_fs_event_t* handle, in uv_fs_event_start() function
|
H A D | sunos.c | 508 int uv_fs_event_start(uv_fs_event_t* handle, in uv_fs_event_start() function 597 int uv_fs_event_start(uv_fs_event_t* handle, in uv_fs_event_start() function
|
H A D | kqueue.c | 512 int uv_fs_event_start(uv_fs_event_t* handle, in uv_fs_event_start() function
|
H A D | aix.c | 767 int uv_fs_event_start(uv_fs_event_t* handle, in uv_fs_event_start() function
|
H A D | os390.c | 654 int uv_fs_event_start(uv_fs_event_t* handle, uv_fs_event_cb cb, in uv_fs_event_start() function
|
/third_party/libuv/docs/code/onchange/ |
H A D | main.c | 40 uv_fs_event_start(fs_event_req, run_command, argv[argc], UV_FS_EVENT_RECURSIVE); in main()
|
/third_party/node/src/ |
H A D | fs_event_wrap.cc | 161 err = uv_fs_event_start(&wrap->handle_, OnEvent, *path, flags); in Start()
|
/third_party/libuv/src/win/ |
H A D | fs-event.c | 156 int uv_fs_event_start(uv_fs_event_t* handle, in uv_fs_event_start() function
|
/third_party/node/deps/uv/src/win/ |
H A D | fs-event.c | 156 int uv_fs_event_start(uv_fs_event_t* handle, in uv_fs_event_start() function
|
/third_party/libuv/include/ |
H A D | uv.h | 1731 * Flags to be passed to uv_fs_event_start(). 1762 UV_EXTERN int uv_fs_event_start(uv_fs_event_t* handle,
|
/third_party/libuv/include/uv_ndk/ |
H A D | uv.h | 1596 * Flags to be passed to uv_fs_event_start(). 1627 UV_EXTERN int uv_fs_event_start(uv_fs_event_t* handle,
|
/third_party/node/deps/uv/include/ |
H A D | uv.h | 1619 * Flags to be passed to uv_fs_event_start(). 1650 UV_EXTERN int uv_fs_event_start(uv_fs_event_t* handle,
|