Home
last modified time | relevance | path

Searched refs:uv_fs_event_init (Results 1 – 17 of 17) sorted by relevance

/third_party/libuv/test/
Dtest-fs-event.c441 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 …]
Dtest-queue-foreach-delete.c141 r = uv_fs_event_init(loop, &fs_event[i]); in init_and_start_fs_events()
Dtest-fork.c423 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()
Dtest-ref.c201 uv_fs_event_init(uv_default_loop(), &h); in TEST_IMPL()
/third_party/libuv/src/unix/
Dno-fsevents.c27 int uv_fs_event_init(uv_loop_t* loop, uv_fs_event_t* handle) { in uv_fs_event_init() function
Dlinux-inotify.c243 int uv_fs_event_init(uv_loop_t* loop, uv_fs_event_t* handle) { in uv_fs_event_init() function
Dsunos.c497 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
Dkqueue.c506 int uv_fs_event_init(uv_loop_t* loop, uv_fs_event_t* handle) { in uv_fs_event_init() function
Dos390.c537 int uv_fs_event_init(uv_loop_t* loop, uv_fs_event_t* handle) { in uv_fs_event_init() function
Daix.c757 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/
Dmain.c38 uv_fs_event_init(loop, fs_event_req); in main()
/third_party/node/src/
Dfs_event_wrap.cc147 int err = uv_fs_event_init(wrap->env()->event_loop(), &wrap->handle_); in Start()
/third_party/libuv/docs/src/
Dfs_event.rst101 .. c:function:: int uv_fs_event_init(uv_loop_t* loop, uv_fs_event_t* handle)
/third_party/libuv/src/win/
Dfs-event.c140 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/
Dfilesystem.rst298 The file change notification is started using ``uv_fs_event_init()``:
/third_party/libuv/include/uv_ndk/
Duv.h1626 UV_EXTERN int uv_fs_event_init(uv_loop_t* loop, uv_fs_event_t* handle);
/third_party/libuv/include/
Duv.h1649 UV_EXTERN int uv_fs_event_init(uv_loop_t* loop, uv_fs_event_t* handle);