Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/testing/
Dfile.cc148 RemoveDirectory(name.c_str()); in DeleteRecursively()
158 RemoveDirectory(path.c_str()); in DeleteRecursively()
166 RemoveDirectory(name.c_str()); in DeleteRecursively()
/external/skqp/infra/bots/
Dutils.py53 RemoveDirectory(self._tmp_dir)
116 def RemoveDirectory(*path): function
/external/skia/infra/bots/
Dutils.py53 RemoveDirectory(self._tmp_dir)
116 def RemoveDirectory(*path): function
/external/v8/src/
Dd8-posix.cc679 void Shell::RemoveDirectory(const v8::FunctionCallbackInfo<v8::Value>& args) { in RemoveDirectory() function in v8::Shell
874 FunctionTemplate::New(isolate, RemoveDirectory)); in AddOSMethods()
Dd8.h511 static void RemoveDirectory(const v8::FunctionCallbackInfo<v8::Value>& args);
/external/v8/tools/mb/
Dmb_unittest.py88 def RemoveDirectory(self, path): member in FakeMBW
Dmb.py1185 def RemoveDirectory(self, abs_path): member in MetaBuildWrapper
/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/swiftshader/third_party/LLVM/lib/Support/Windows/
DPath.inc752 if (!RemoveDirectory(pathname))
/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