Home
last modified time | relevance | path

Searched refs:done_cb_ (Results 1 – 3 of 3) sorted by relevance

/third_party/node/src/
Dnode_file-inl.h13 : done_cb_(done_cb), req_(req), mode_(mode) { in FSContinuationData()
39 done_cb_(req_); in Done()
Dnode_api.cc796 if (done_cb_ != nullptr) done_cb_(done_data_); in ~napi_async_cleanup_hook_handle__()
807 handle->done_cb_ = done_cb; in Hook()
816 void (*done_cb_)(void*) = nullptr; member
Dnode_file.h102 uv_fs_cb done_cb_;