Home
last modified time | relevance | path

Searched refs:FSReqBase (Results 1 - 4 of 4) sorted by relevance

/third_party/node/src/
H A Dnode_file.h107 class FSReqBase : public ReqWrap<uv_fs_t> { class
111 inline FSReqBase(BindingData* binding_data,
115 ~FSReqBase() override;
148 static FSReqBase* from_req(uv_fs_t* req) { in from_req()
149 return static_cast<FSReqBase*>(ReqWrap::from_req(req)); in from_req()
152 FSReqBase(const FSReqBase&) = delete;
153 FSReqBase& operator=(const FSReqBase&) = delete;
175 class FSReqCallback final : public FSReqBase {
[all...]
H A Dnode_file-inl.h42 FSReqBase::FSReqBase(BindingData* binding_data, in FSReqBase() function in node::fs::FSReqBase
51 void FSReqBase::Init(const char* syscall, in Init()
67 FSReqBase::FSReqBuffer&
68 FSReqBase::Init(const char* syscall, size_t len, enum encoding encoding) { in Init()
80 : FSReqBase(binding_data, in FSReqCallback()
210 : FSReqBase( in FSReqPromise()
267 FSReqBase::MemoryInfo(tracker); in MemoryInfo()
272 FSReqBase* GetReqWrap(const v8::FunctionCallbackInfo<v8::Value>& args, in GetReqWrap()
277 return Unwrap<FSReqBase>(valu in GetReqWrap()
[all...]
H A Dnode_file.cc224 FSReqBase::~FSReqBase() = default;
226 void FSReqBase::MemoryInfo(MemoryTracker* tracker) const { in MemoryInfo()
714 FSReqAfterScope::FSReqAfterScope(FSReqBase* wrap, uv_fs_t* req) in FSReqAfterScope()
744 BaseObjectPtr<FSReqBase> wrap { wrap_ }; in Reject()
768 FSReqBase* req_wrap = FSReqBase::from_req(req); in AfterNoArgs()
777 FSReqBase* req_wrap = FSReqBase::from_req(req); in AfterStat()
787 FSReqBase* req_wra in AfterStatFs()
[all...]
H A Dnode_dir.cc26 using fs::FSReqBase;
174 FSReqBase* req_wrap = FSReqBase::from_req(req); in AfterClose()
194 FSReqBase* req_wrap_async = GetReqWrap(args, 0); in Close()
240 BaseObjectPtr<FSReqBase> req_wrap { FSReqBase::from_req(req) }; in AfterDirRead()
301 FSReqBase* req_wrap_async = GetReqWrap(args, 2); in Read()
344 FSReqBase* req_wrap = FSReqBase::from_req(req); in AfterOpenDir()
372 FSReqBase* req_wrap_asyn in OpenDir()
[all...]

Completed in 6 milliseconds