Home
last modified time | relevance | path

Searched refs:GetReqWrap (Results 1 – 4 of 4) sorted by relevance

/third_party/node/src/
Dnode_file.cc855 FSReqBase* req_wrap_async = GetReqWrap(args, 2); in Access()
879 FSReqBase* req_wrap_async = GetReqWrap(args, 1); in Close()
1020 FSReqBase* req_wrap_async = GetReqWrap(args, 2, use_bigint); in Stat()
1051 FSReqBase* req_wrap_async = GetReqWrap(args, 2, use_bigint); in LStat()
1083 FSReqBase* req_wrap_async = GetReqWrap(args, 2, use_bigint); in FStat()
1118 FSReqBase* req_wrap_async = GetReqWrap(args, 3); in Symlink()
1145 FSReqBase* req_wrap_async = GetReqWrap(args, 2); in Link()
1171 FSReqBase* req_wrap_async = GetReqWrap(args, 2); in ReadLink()
1214 FSReqBase* req_wrap_async = GetReqWrap(args, 2); in Rename()
1241 FSReqBase* req_wrap_async = GetReqWrap(args, 2); in FTruncate()
[all …]
Dnode_dir.cc27 using fs::GetReqWrap;
151 FSReqBase* req_wrap_async = GetReqWrap(args, 0); in Close()
255 FSReqBase* req_wrap_async = GetReqWrap(args, 2); in Read()
323 FSReqBase* req_wrap_async = GetReqWrap(args, 2); in OpenDir()
Dnode_file-inl.h222 FSReqBase* GetReqWrap(const v8::FunctionCallbackInfo<v8::Value>& args, in GetReqWrap() function
Dnode_file.h386 inline FSReqBase* GetReqWrap(const v8::FunctionCallbackInfo<v8::Value>& args,