Searched refs:uv_fs_event_init (Results 1 – 17 of 17) sorted by relevance
/third_party/libuv/test/ |
D | test-fs-event.c | 441 r = uv_fs_event_init(loop, &fs_event); in TEST_IMPL() 482 r = uv_fs_event_init(loop, &fs_event); in TEST_IMPL() 497 r = uv_fs_event_init(loop, &fs_event_root); in TEST_IMPL() 550 r = uv_fs_event_init(loop, &fs_event); in TEST_IMPL() 596 r = uv_fs_event_init(loop, &fs_event); in TEST_IMPL() 652 r = uv_fs_event_init(loop, &fs_event); in TEST_IMPL() 685 ASSERT(0 == uv_fs_event_init(loop, watchers + 0)); in TEST_IMPL() 687 ASSERT(0 == uv_fs_event_init(loop, watchers + 1)); in TEST_IMPL() 718 r = uv_fs_event_init(loop, &fs_event); in TEST_IMPL() 764 r = uv_fs_event_init(loop, &fs_event); in TEST_IMPL() [all …]
|
D | test-queue-foreach-delete.c | 141 r = uv_fs_event_init(loop, &fs_event[i]); in init_and_start_fs_events()
|
D | test-fork.c | 423 r = uv_fs_event_init(loop, &fs_event); in assert_watch_file_current_dir() 560 r = uv_fs_event_init(loop, &fs_event); in TEST_IMPL()
|
D | test-ref.c | 201 uv_fs_event_init(uv_default_loop(), &h); in TEST_IMPL()
|
/third_party/libuv/src/unix/ |
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
|
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
|
D | sunos.c | 497 int uv_fs_event_init(uv_loop_t* loop, uv_fs_event_t* handle) { in uv_fs_event_init() function 570 int uv_fs_event_init(uv_loop_t* loop, uv_fs_event_t* handle) { in uv_fs_event_init() function
|
D | kqueue.c | 506 int uv_fs_event_init(uv_loop_t* loop, uv_fs_event_t* handle) { in uv_fs_event_init() function
|
D | os390.c | 537 int uv_fs_event_init(uv_loop_t* loop, uv_fs_event_t* handle) { in uv_fs_event_init() function
|
D | aix.c | 757 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/ |
D | main.c | 38 uv_fs_event_init(loop, fs_event_req); in main()
|
/third_party/node/src/ |
D | fs_event_wrap.cc | 147 int err = uv_fs_event_init(wrap->env()->event_loop(), &wrap->handle_); in Start()
|
/third_party/libuv/docs/src/ |
D | fs_event.rst | 101 .. c:function:: int uv_fs_event_init(uv_loop_t* loop, uv_fs_event_t* handle)
|
/third_party/libuv/src/win/ |
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/docs/src/guide/ |
D | filesystem.rst | 298 The file change notification is started using ``uv_fs_event_init()``:
|
/third_party/libuv/include/uv_ndk/ |
D | uv.h | 1626 UV_EXTERN int uv_fs_event_init(uv_loop_t* loop, uv_fs_event_t* handle);
|
/third_party/libuv/include/ |
D | uv.h | 1649 UV_EXTERN int uv_fs_event_init(uv_loop_t* loop, uv_fs_event_t* handle);
|