Home
last modified time | relevance | path

Searched refs:UV_CHANGE (Results 1 - 20 of 20) sorted by relevance

/third_party/libuv/docs/code/onchange/
H A Dmain.c19 if (events & UV_CHANGE) in run_command()
/third_party/libuv/test/
H A Dtest-fs-event.c132 ASSERT_EQ(events, UV_CHANGE); in fs_event_cb_dir()
199 ASSERT(events == UV_CHANGE || events == UV_RENAME); in fs_event_cb_dir_multi_file()
292 ASSERT(events == UV_CHANGE || events == UV_RENAME); in fs_event_cb_dir_multi_file_in_subdir()
325 ASSERT_EQ(events, UV_CHANGE); in fs_event_cb_file()
341 ASSERT_EQ(events, UV_CHANGE); in fs_event_cb_file_current_dir()
/third_party/libuv/src/win/
H A Dfs-event.c546 handle->cb(handle, filename, UV_CHANGE, 0); in uv__process_fs_event_req()
560 handle->cb(handle, NULL, UV_CHANGE, 0); in uv__process_fs_event_req()
/third_party/node/deps/uv/src/win/
H A Dfs-event.c556 handle->cb(handle, filename, UV_CHANGE, 0); in uv__process_fs_event_req()
570 handle->cb(handle, NULL, UV_CHANGE, 0); in uv__process_fs_event_req()
/third_party/node/src/
H A Dfs_event_wrap.cc188 // We're in a bind here. libuv can set both UV_RENAME and UV_CHANGE but in OnEvent()
196 // For now, ignore the UV_CHANGE event if UV_RENAME is also set. Make the in OnEvent()
204 } else if (events & UV_CHANGE) { in OnEvent()
/third_party/node/deps/uv/src/unix/
H A Dlinux-inotify.c199 events |= UV_CHANGE; in uv__inotify_read()
H A Daix.c676 *events = UV_CHANGE; in uv__parse_data()
692 *events = UV_CHANGE; in uv__parse_data()
H A Dkqueue.c477 events = UV_CHANGE; in uv__fs_event()
H A Dfsevents.c320 event->events = UV_CHANGE; in uv__fsevents_event_cb()
H A Dsunos.c485 events |= UV_CHANGE; in uv__fs_event_read()
H A Dos390.c759 events = UV_CHANGE; in os390_message_queue_handler()
/third_party/libuv/src/unix/
H A Daix.c692 *events = UV_CHANGE; in uv__parse_data()
708 *events = UV_CHANGE; in uv__parse_data()
H A Dkqueue.c474 events = UV_CHANGE; in uv__fs_event()
H A Dfsevents.c318 event->events = UV_CHANGE; in uv__fsevents_event_cb()
H A Dsunos.c492 events |= UV_CHANGE; in uv__fs_event_read()
H A Dos390.c766 events = UV_CHANGE; in os390_message_queue_handler()
H A Dlinux.c2494 events |= UV_CHANGE; in uv__inotify_read()
/third_party/libuv/include/
H A Duv.h1679 UV_CHANGE = 2 enumerator
/third_party/libuv/include/uv_ndk/
H A Duv.h1544 UV_CHANGE = 2 enumerator
/third_party/node/deps/uv/include/
H A Duv.h1567 UV_CHANGE = 2 enumerator

Completed in 27 milliseconds