Home
last modified time | relevance | path

Searched refs:PathUnlinkFile (Results 1 – 2 of 2) sorted by relevance

/third_party/node/src/
Dnode_wasi.h68 static void PathUnlinkFile(const v8::FunctionCallbackInfo<v8::Value>& args);
Dnode_wasi.cc1376 void WASI::PathUnlinkFile(const FunctionCallbackInfo<Value>& args) { in PathUnlinkFile() function in node::wasi::WASI
1722 env->SetProtoMethod(tmpl, "path_unlink_file", WASI::PathUnlinkFile); in Initialize()