Home
last modified time | relevance | path

Searched refs:RemoveDirectory (Results 1 – 11 of 11) sorted by relevance

/external/skqp/infra/bots/
Dutils.py53 RemoveDirectory(self._tmp_dir)
116 def RemoveDirectory(*path): function
/external/skia/infra/bots/
Dutils.py54 RemoveDirectory(self._tmp_dir)
117 def RemoveDirectory(*path): function
/external/v8/src/d8/
Dd8-posix.cc605 void Shell::RemoveDirectory(const v8::FunctionCallbackInfo<v8::Value>& args) { in RemoveDirectory() function in v8::Shell
776 FunctionTemplate::New(isolate, RemoveDirectory)); in AddOSMethods()
Dd8.h520 static void RemoveDirectory(const v8::FunctionCallbackInfo<v8::Value>& args);
/external/webrtc/webrtc/base/
Dwin32filesystem.cc195 return ::RemoveDirectory(ToUtf16(no_slash).c_str()) != 0; in DeleteEmptyFolder()
/external/lzma/CPP/Windows/
DFileDir.cpp145 if (::RemoveDirectory(fs2fas(path))) in RemoveDir()
/external/googletest/googletest/test/
Dgoogletest-filepath-test.cc66 int ret = RemoveDirectory(wpath) ? 0 : -1; in _rmdir()
/external/google-breakpad/src/testing/gtest/test/
Dgtest-filepath_test.cc79 int ret = RemoveDirectory(wpath) ? 0 : -1; in _rmdir()
/external/python/cpython3/PC/bdist_wininst/
Dinstall.c2464 return RemoveDirectory(pathname); in MyRemoveDirectory()
/external/python/cpython2/PC/bdist_wininst/
Dinstall.c2435 return RemoveDirectory(pathname); in MyRemoveDirectory()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Windows/
DPath.inc271 // the DeleteFile or RemoveDirectory functions, but that requires you to know