Home
last modified time | relevance | path

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

/third_party/node/src/
Dnode_file.cc650 typedef SimpleShutdownWrap<ReqWrap<uv_fs_t>> FileHandleCloseWrap; typedef
653 return new FileHandleCloseWrap(this, object); in CreateShutdownWrap()
661 FileHandleCloseWrap* wrap = static_cast<FileHandleCloseWrap*>(req_wrap); in DoShutdown()
666 FileHandleCloseWrap* wrap = static_cast<FileHandleCloseWrap*>( in DoShutdown()
667 FileHandleCloseWrap::from_req(req)); in DoShutdown()