Searched refs:UV_RENAME (Results 1 - 20 of 20) sorted by relevance
/third_party/libuv/docs/code/onchange/ |
H A D | main.c | 17 if (events & UV_RENAME) in run_command()
|
/third_party/node/src/ |
H A D | fs_event_wrap.cc | 188 // 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() 202 } else if (events & UV_RENAME) { in OnEvent()
|
/third_party/node/deps/uv/src/unix/ |
H A D | linux-inotify.c | 201 events |= UV_RENAME; in uv__inotify_read()
|
H A D | aix.c | 672 *events = UV_RENAME; in uv__parse_data() 690 *events = UV_RENAME; in uv__parse_data()
|
H A D | os390.c | 761 events = UV_RENAME; in os390_message_queue_handler() 769 events = UV_RENAME; in os390_message_queue_handler()
|
H A D | kqueue.c | 479 events = UV_RENAME; in uv__fs_event()
|
H A D | fsevents.c | 315 event->events = UV_RENAME; in uv__fsevents_event_cb()
|
H A D | sunos.c | 487 events |= UV_RENAME; in uv__fs_event_read()
|
/third_party/libuv/src/unix/ |
H A D | os390.c | 768 events = UV_RENAME; in os390_message_queue_handler() 776 events = UV_RENAME; in os390_message_queue_handler()
|
H A D | aix.c | 688 *events = UV_RENAME; in uv__parse_data() 706 *events = UV_RENAME; in uv__parse_data()
|
H A D | kqueue.c | 476 events = UV_RENAME; in uv__fs_event()
|
H A D | fsevents.c | 313 event->events = UV_RENAME; in uv__fsevents_event_cb()
|
H A D | sunos.c | 494 events |= UV_RENAME; in uv__fs_event_read()
|
H A D | linux.c | 2496 events |= UV_RENAME; in uv__inotify_read()
|
/third_party/libuv/test/ |
H A D | test-fs-event.c | 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()
|
/third_party/libuv/src/win/ |
H A D | fs-event.c | 542 handle->cb(handle, filename, UV_RENAME, 0); in uv__process_fs_event_req()
|
/third_party/node/deps/uv/src/win/ |
H A D | fs-event.c | 552 handle->cb(handle, filename, UV_RENAME, 0); in uv__process_fs_event_req()
|
/third_party/libuv/include/ |
H A D | uv.h | 1678 UV_RENAME = 1, enumerator
|
/third_party/libuv/include/uv_ndk/ |
H A D | uv.h | 1543 UV_RENAME = 1, enumerator
|
/third_party/node/deps/uv/include/ |
H A D | uv.h | 1566 UV_RENAME = 1, enumerator
|
Completed in 27 milliseconds