Lines Matching refs:req
51 uv_fs_t req;
53 CHECK_EQ(0, uv_fs_close(nullptr, &req, fd_, nullptr));
54 uv_fs_req_cleanup(&req);
75 uv_fs_t req;
84 CHECK_EQ(uv_fs_close(nullptr, &req, fd_, nullptr), 0);
85 uv_fs_req_cleanup(&req);
88 fd_ = uv_fs_open(nullptr, &req, filepath.c_str(),
90 uv_fs_req_cleanup(&req);
187 [](uv_fs_t* req) {
189 ContainerOf(&NodeTraceWriter::write_req_, req);