Home
last modified time | relevance | path

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

/third_party/node/src/
Dnode_file.h245 class FSReqAfterScope final {
247 FSReqAfterScope(FSReqBase* wrap, uv_fs_t* req);
248 ~FSReqAfterScope();
255 FSReqAfterScope(const FSReqAfterScope&) = delete;
256 FSReqAfterScope& operator=(const FSReqAfterScope&) = delete;
257 FSReqAfterScope(const FSReqAfterScope&&) = delete;
258 FSReqAfterScope& operator=(const FSReqAfterScope&&) = delete;
Dnode_dir.cc25 using fs::FSReqAfterScope;
175 FSReqAfterScope after(req_wrap, req); in AfterClose()
241 FSReqAfterScope after(req_wrap.get(), req); in AfterDirRead()
345 FSReqAfterScope after(req_wrap, req); in AfterOpenDir()
Dnode_file.cc714 FSReqAfterScope::FSReqAfterScope(FSReqBase* wrap, uv_fs_t* req) in FSReqAfterScope() function in node::fs::FSReqAfterScope
722 FSReqAfterScope::~FSReqAfterScope() { in ~FSReqAfterScope()
726 void FSReqAfterScope::Clear() { in Clear()
743 void FSReqAfterScope::Reject(uv_fs_t* req) { in Reject()
755 bool FSReqAfterScope::Proceed() { in Proceed()
769 FSReqAfterScope after(req_wrap, req); in AfterNoArgs()
778 FSReqAfterScope after(req_wrap, req); in AfterStat()
788 FSReqAfterScope after(req_wrap, req); in AfterStatFs()
798 FSReqAfterScope after(req_wrap, req); in AfterInteger()
811 FSReqAfterScope after(req_wrap, req); in AfterOpenFileHandle()
[all …]