Lines Matching refs:uv_fs_t
82 inline FSContinuationData(uv_fs_t* req, int mode, uv_fs_cb done_cb);
101 uv_fs_t* req_;
107 class FSReqBase : public ReqWrap<uv_fs_t> {
148 static FSReqBase* from_req(uv_fs_t* req) {
247 FSReqAfterScope(FSReqBase* wrap, uv_fs_t* req);
253 void Reject(uv_fs_t* req);
262 uv_fs_t* req_ = nullptr;
271 class FileHandleReadWrap final : public ReqWrap<uv_fs_t> {
276 static inline FileHandleReadWrap* from_req(uv_fs_t* req) {
372 class CloseReq final : public ReqWrap<uv_fs_t> {
391 static CloseReq* from_req(uv_fs_t* req) {
421 uv_fs_t* req,
430 uv_fs_t req;