Home
last modified time | relevance | path

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

/third_party/libuv/docs/code/onchange/
H A Dmain.c17 if (events & UV_RENAME) in run_command()
/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()
202 } else if (events & UV_RENAME) { in OnEvent()
/third_party/node/deps/uv/src/unix/
H A Dlinux-inotify.c201 events |= UV_RENAME; in uv__inotify_read()
H A Daix.c672 *events = UV_RENAME; in uv__parse_data()
690 *events = UV_RENAME; in uv__parse_data()
H A Dos390.c761 events = UV_RENAME; in os390_message_queue_handler()
769 events = UV_RENAME; in os390_message_queue_handler()
H A Dkqueue.c479 events = UV_RENAME; in uv__fs_event()
H A Dfsevents.c315 event->events = UV_RENAME; in uv__fsevents_event_cb()
H A Dsunos.c487 events |= UV_RENAME; in uv__fs_event_read()
/third_party/libuv/src/unix/
H A Dos390.c768 events = UV_RENAME; in os390_message_queue_handler()
776 events = UV_RENAME; in os390_message_queue_handler()
H A Daix.c688 *events = UV_RENAME; in uv__parse_data()
706 *events = UV_RENAME; in uv__parse_data()
H A Dkqueue.c476 events = UV_RENAME; in uv__fs_event()
H A Dfsevents.c313 event->events = UV_RENAME; in uv__fsevents_event_cb()
H A Dsunos.c494 events |= UV_RENAME; in uv__fs_event_read()
H A Dlinux.c2496 events |= UV_RENAME; in uv__inotify_read()
/third_party/libuv/test/
H A Dtest-fs-event.c199 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 Dfs-event.c542 handle->cb(handle, filename, UV_RENAME, 0); in uv__process_fs_event_req()
/third_party/node/deps/uv/src/win/
H A Dfs-event.c552 handle->cb(handle, filename, UV_RENAME, 0); in uv__process_fs_event_req()
/third_party/libuv/include/
H A Duv.h1678 UV_RENAME = 1, enumerator
/third_party/libuv/include/uv_ndk/
H A Duv.h1543 UV_RENAME = 1, enumerator
/third_party/node/deps/uv/include/
H A Duv.h1566 UV_RENAME = 1, enumerator

Completed in 27 milliseconds