/third_party/libuv/test/ |
H A D | test-fs-event.c | 424 r = uv_fs_event_init(loop, &fs_event); in TEST_IMPL() 467 r = uv_fs_event_init(loop, &fs_event); in TEST_IMPL() 482 r = uv_fs_event_init(loop, &fs_event_root); in TEST_IMPL() 535 r = uv_fs_event_init(loop, &fs_event); in TEST_IMPL() 581 r = uv_fs_event_init(loop, &fs_event); in TEST_IMPL() 637 r = uv_fs_event_init(loop, &fs_event); in TEST_IMPL() 670 ASSERT_OK(uv_fs_event_init(loop, watchers + 0)); in TEST_IMPL() 672 ASSERT_OK(uv_fs_event_init(loop, watchers + 1)); in TEST_IMPL() 703 r = uv_fs_event_init(loop, &fs_event); in TEST_IMPL() 750 r = uv_fs_event_init(loo in TEST_IMPL() [all...] |
H A D | test-queue-foreach-delete.c | 142 r = uv_fs_event_init(loop, &fs_event[i]); in init_and_start_fs_events()
|
H A D | test-fork.c | 493 r = uv_fs_event_init(loop, &fs_event); in assert_watch_file_current_dir() 634 r = uv_fs_event_init(loop, &fs_event); in TEST_IMPL()
|
H A D | test-ref.c | 201 uv_fs_event_init(uv_default_loop(), &h); in TEST_IMPL()
|
/third_party/libuv/src/unix/ |
H A D | no-fsevents.c | 27 int uv_fs_event_init(uv_loop_t* loop, uv_fs_event_t* handle) { in uv_fs_event_init() function
|
H A D | sunos.c | 509 int uv_fs_event_init(uv_loop_t* loop, uv_fs_event_t* handle) { in uv_fs_event_init() function 599 int uv_fs_event_init(uv_loop_t* loop, uv_fs_event_t* handle) { in uv_fs_event_init() function
|
H A D | kqueue.c | 523 int uv_fs_event_init(uv_loop_t* loop, uv_fs_event_t* handle) { in uv_fs_event_init() function
|
H A D | os390.c | 631 int uv_fs_event_init(uv_loop_t* loop, uv_fs_event_t* handle) { in uv_fs_event_init() function
|
H A D | aix.c | 773 int uv_fs_event_init(uv_loop_t* loop, uv_fs_event_t* handle) { in uv_fs_event_init() function
|
H A D | linux.c | 2538 int uv_fs_event_init(uv_loop_t* loop, uv_fs_event_t* handle) { in uv_fs_event_init() function
|
/third_party/node/deps/uv/src/unix/ |
H A D | no-fsevents.c | 27 int uv_fs_event_init(uv_loop_t* loop, uv_fs_event_t* handle) { in uv_fs_event_init() function
|
H A D | sunos.c | 502 int uv_fs_event_init(uv_loop_t* loop, uv_fs_event_t* handle) { in uv_fs_event_init() function 592 int uv_fs_event_init(uv_loop_t* loop, uv_fs_event_t* handle) { in uv_fs_event_init() function
|
H A D | linux-inotify.c | 243 int uv_fs_event_init(uv_loop_t* loop, uv_fs_event_t* handle) { in uv_fs_event_init() function
|
H A D | kqueue.c | 506 int uv_fs_event_init(uv_loop_t* loop, uv_fs_event_t* handle) { in uv_fs_event_init() function
|
H A D | aix.c | 757 int uv_fs_event_init(uv_loop_t* loop, uv_fs_event_t* handle) { in uv_fs_event_init() function
|
H A D | os390.c | 624 int uv_fs_event_init(uv_loop_t* loop, uv_fs_event_t* handle) { in uv_fs_event_init() function
|
/third_party/libuv/docs/code/onchange/ |
H A D | main.c | 38 uv_fs_event_init(loop, fs_event_req); in main()
|
/third_party/node/src/ |
H A D | fs_event_wrap.cc | 156 int err = uv_fs_event_init(wrap->env()->event_loop(), &wrap->handle_); in Start()
|
/third_party/libuv/src/win/ |
H A D | fs-event.c | 140 int uv_fs_event_init(uv_loop_t* loop, uv_fs_event_t* handle) { in uv_fs_event_init() function
|
/third_party/node/deps/uv/src/win/ |
H A D | fs-event.c | 140 int uv_fs_event_init(uv_loop_t* loop, uv_fs_event_t* handle) { in uv_fs_event_init() function
|
/third_party/libuv/include/ |
H A D | uv.h | 1761 UV_EXTERN int uv_fs_event_init(uv_loop_t* loop, uv_fs_event_t* handle);
|
/third_party/libuv/include/uv_ndk/ |
H A D | uv.h | 1626 UV_EXTERN int uv_fs_event_init(uv_loop_t* loop, uv_fs_event_t* handle);
|
/third_party/node/deps/uv/include/ |
H A D | uv.h | 1649 UV_EXTERN int uv_fs_event_init(uv_loop_t* loop, uv_fs_event_t* handle);
|