Home
last modified time | relevance | path

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

/third_party/node/src/
Dnode_wasi.h56 static void PathCreateDirectory(
Dnode_wasi.cc1022 void WASI::PathCreateDirectory(const FunctionCallbackInfo<Value>& args) { in PathCreateDirectory() function in node::wasi::WASI
1711 env->SetProtoMethod(tmpl, "path_create_directory", WASI::PathCreateDirectory); in Initialize()