Searched refs:GetReqWrap (Results 1 – 4 of 4) sorted by relevance
/third_party/node/src/ |
D | node_file.cc | 855 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 …]
|
D | node_dir.cc | 27 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()
|
D | node_file-inl.h | 222 FSReqBase* GetReqWrap(const v8::FunctionCallbackInfo<v8::Value>& args, in GetReqWrap() function
|
D | node_file.h | 386 inline FSReqBase* GetReqWrap(const v8::FunctionCallbackInfo<v8::Value>& args,
|