Lines Matching refs:req_wrap_async
194 FSReqBase* req_wrap_async = GetReqWrap(args, 0);
195 if (req_wrap_async != nullptr) { // close(req)
196 FS_DIR_ASYNC_TRACE_BEGIN0(UV_FS_CLOSEDIR, req_wrap_async)
197 AsyncCall(env, req_wrap_async, args, "closedir", UTF8, AfterClose,
301 FSReqBase* req_wrap_async = GetReqWrap(args, 2);
302 if (req_wrap_async != nullptr) { // dir.read(encoding, bufferSize, req)
303 FS_DIR_ASYNC_TRACE_BEGIN0(UV_FS_READDIR, req_wrap_async)
304 AsyncCall(env, req_wrap_async, args, "readdir", encoding,
372 FSReqBase* req_wrap_async = GetReqWrap(args, 2);
373 if (req_wrap_async != nullptr) { // openDir(path, encoding, req)
375 UV_FS_OPENDIR, req_wrap_async, "path", TRACE_STR_COPY(*path))
376 AsyncCall(env, req_wrap_async, args, "opendir", encoding, AfterOpenDir,