Searched refs:RemoveDirectory (Results 1 – 7 of 7) sorted by relevance
146 RemoveDirectory(name.c_str()); in DeleteRecursively()156 RemoveDirectory(path.c_str()); in DeleteRecursively()164 RemoveDirectory(name.c_str()); in DeleteRecursively()
645 void Shell::RemoveDirectory(const v8::FunctionCallbackInfo<v8::Value>& args) { in RemoveDirectory() function in v8::Shell723 FunctionTemplate::New(isolate, RemoveDirectory)); in AddOSMethods()
359 static void RemoveDirectory(const v8::FunctionCallbackInfo<v8::Value>& args);
79 int ret = RemoveDirectory(wpath) ? 0 : -1; in _rmdir()
137 if (::RemoveDirectory(pathName)) in MyRemoveDirectory()