Searched refs:fs_event (Results 1 - 8 of 8) sorted by relevance
/third_party/libuv/test/ |
H A D | test-fs-event.c | 42 static uv_fs_event_t fs_event; variable 130 ASSERT_PTR_EQ(handle, &fs_event); in fs_event_cb_dir() 197 ASSERT_PTR_EQ(handle, &fs_event); in fs_event_cb_dir_multi_file() 290 ASSERT_PTR_EQ(handle, &fs_event); in fs_event_cb_dir_multi_file_in_subdir() 323 ASSERT_PTR_EQ(handle, &fs_event); in fs_event_cb_file() 339 ASSERT_PTR_EQ(handle, &fs_event); in fs_event_cb_file_current_dir() 375 r = uv_fs_event_stop(&fs_event); in timer_cb_exact() 377 uv_close((uv_handle_t*) &fs_event, NULL); in timer_cb_exact() 424 r = uv_fs_event_init(loop, &fs_event); in TEST_IMPL() 426 r = uv_fs_event_start(&fs_event, fs_event_cb_dir_multi_fil in TEST_IMPL() [all...] |
H A D | test-queue-foreach-delete.c | 127 DEFINE_GLOBALS_AND_CBS(fs_event, 140 for (i = 0; i < ARRAY_SIZE(fs_event); i++) { in init_and_start_fs_events() 142 r = uv_fs_event_init(loop, &fs_event[i]); in init_and_start_fs_events() 145 r = uv_fs_event_start(&fs_event[i], in init_and_start_fs_events() 183 /* helper timer to trigger async and fs_event callbacks */ in TEST_IMPL()
|
H A D | test-fork.c | 486 uv_fs_event_t fs_event; in assert_watch_file_current_dir() local 493 r = uv_fs_event_init(loop, &fs_event); in assert_watch_file_current_dir() 497 r = uv_fs_event_start(&fs_event, in assert_watch_file_current_dir() 623 uv_fs_event_t fs_event; in TEST_IMPL() 634 r = uv_fs_event_init(loop, &fs_event); in TEST_IMPL() 636 r = uv_fs_event_start(&fs_event, in TEST_IMPL()
|
/third_party/node/src/ |
H A D | node_report_utils.cc | 127 rc = uv_fs_event_getpath(&(handle->fs_event), buffer.out(), &size); in ReportPath() 139 rc = uv_fs_event_getpath(&(handle->fs_event), buffer.out(), &size); in ReportPath()
|
/third_party/node/test/report/ |
H A D | test-report-uv-handles.js | 21 // Watching files should result in fs_event/fs_poll uv handles. 196 fs_event: common.mustCall(function fs_event_validator(handle) {
|
/third_party/libuv/include/ |
H A D | uv.h | 164 XX(FS_EVENT, fs_event) \ 1737 * and makes fs_event report only changes to the directory entry itself. This 1746 * as NFS mounts. This flag makes fs_event fall back to calling stat() on a
|
/third_party/libuv/include/uv_ndk/ |
H A D | uv.h | 159 XX(FS_EVENT, fs_event) \ 1602 * and makes fs_event report only changes to the directory entry itself. This 1611 * as NFS mounts. This flag makes fs_event fall back to calling stat() on a
|
/third_party/node/deps/uv/include/ |
H A D | uv.h | 159 XX(FS_EVENT, fs_event) \ 1625 * and makes fs_event report only changes to the directory entry itself. This 1634 * as NFS mounts. This flag makes fs_event fall back to calling stat() on a
|
Completed in 23 milliseconds