Searched refs:RemoveDirectory (Results 1 – 15 of 15) sorted by relevance
148 RemoveDirectory(name.c_str()); in DeleteRecursively()158 RemoveDirectory(path.c_str()); in DeleteRecursively()166 RemoveDirectory(name.c_str()); in DeleteRecursively()
53 RemoveDirectory(self._tmp_dir)116 def RemoveDirectory(*path): function
679 void Shell::RemoveDirectory(const v8::FunctionCallbackInfo<v8::Value>& args) { in RemoveDirectory() function in v8::Shell874 FunctionTemplate::New(isolate, RemoveDirectory)); in AddOSMethods()
511 static void RemoveDirectory(const v8::FunctionCallbackInfo<v8::Value>& args);
88 def RemoveDirectory(self, path): member in FakeMBW
1185 def RemoveDirectory(self, abs_path): member in MetaBuildWrapper
195 return ::RemoveDirectory(ToUtf16(no_slash).c_str()) != 0; in DeleteEmptyFolder()
145 if (::RemoveDirectory(fs2fas(path))) in RemoveDir()
66 int ret = RemoveDirectory(wpath) ? 0 : -1; in _rmdir()
79 int ret = RemoveDirectory(wpath) ? 0 : -1; in _rmdir()
752 if (!RemoveDirectory(pathname))
2464 return RemoveDirectory(pathname); in MyRemoveDirectory()
2435 return RemoveDirectory(pathname); in MyRemoveDirectory()
271 // the DeleteFile or RemoveDirectory functions, but that requires you to know