Searched refs:RemoveDirectory (Results 1 – 9 of 9) sorted by relevance
146 RemoveDirectory(name.c_str()); in DeleteRecursively()156 RemoveDirectory(path.c_str()); in DeleteRecursively()164 RemoveDirectory(name.c_str()); in DeleteRecursively()
696 void Shell::RemoveDirectory(const v8::FunctionCallbackInfo<v8::Value>& args) { in RemoveDirectory() function in v8::Shell788 FunctionTemplate::New(isolate, RemoveDirectory)); in AddOSMethods()
436 static void RemoveDirectory(const v8::FunctionCallbackInfo<v8::Value>& args);
195 return ::RemoveDirectory(ToUtf16(no_slash).c_str()) != 0; in DeleteEmptyFolder()
136 if (::RemoveDirectory(fs2fas(path))) in RemoveDir()
79 int ret = RemoveDirectory(wpath) ? 0 : -1; in _rmdir()