/libuv/test/ |
H A D | test-fs-event.c | 536 r = uv_fs_event_start(&fs_event, in TEST_IMPL() 551 r = uv_fs_event_start(&fs_event_root, in TEST_IMPL() 738 ASSERT_OK(uv_fs_event_start(watchers + 0, fail_cb, path, 0)); in TEST_IMPL() 740 ASSERT_OK(uv_fs_event_start(watchers + 1, fail_cb, path, 0)); in TEST_IMPL() 772 r = uv_fs_event_start(&fs_event, in TEST_IMPL() 819 r = uv_fs_event_start(&fs_event, fail_cb, path, 0); in TEST_IMPL() 847 r = uv_fs_event_start(&fs_event, in TEST_IMPL() 885 r = uv_fs_event_start(&fs_event, in TEST_IMPL() 912 r = uv_fs_event_start(&fs_event, fs_event_fail, ".", 0); in timer_cb() 1122 r = uv_fs_event_start(&fs_event, fail_cb, watch_dir[i], 0); 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()
|
/libuv/docs/src/ |
H A D | fs_event.rst | 41 Callback passed to :c:func:`uv_fs_event_start` which will be called repeatedly 63 Flags that can be passed to :c:func:`uv_fs_event_start` to control its 109 .. c:function:: int uv_fs_event_start(uv_fs_event_t* handle, uv_fs_event_cb cb, const char* path, u… 117 ``uv_fs_event_start`` might be reported to the `uv_fs_event_cb`
|
/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 | 567 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 | 2517 err = uv_fs_event_start(handle, handle->cb, tmp_path, 0); in uv__inotify_fork() 2627 int uv_fs_event_start(uv_fs_event_t* handle, in uv_fs_event_start() function
|
/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()
|
/libuv/docs/src/guide/ |
H A D | filesystem.rst | 294 Refer to the `notes of uv_fs_event_start`_ function. 296 .. _notes of uv_fs_event_start: https://docs.libuv.org/en/v1.x/fs_event.html#c.uv_fs_event_start 313 * Flags to be passed to uv_fs_event_start().
|
/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
|
/libuv/include/ |
H A D | uv.h | 1749 UV_EXTERN int uv_fs_event_start(uv_fs_event_t* handle,
|
/libuv/ |
H A D | ChangeLog | 2271 * bsd: plug uv_fs_event_start() error path fd leak (Ben Noordhuis) 2416 * aix: fix data race in uv_fs_event_start() (Ben Noordhuis) 3315 * win,sunos: stop handle on uv_fs_event_start() err (cjihrig) 3778 * unix,fs: code cleanup of uv_fs_event_start for AIX (Imran Iqbal) 4478 * doc: clarify which flags are supported in uv_fs_event_start (Saúl Ibarra 5587 * unix, windows: add uv_fs_event_start/stop functions (Saúl Ibarra Corretgé)
|