Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/testing/
Dfile.cc128 RemoveDirectory(name.c_str()); in DeleteRecursively()
138 RemoveDirectory(path.c_str()); in DeleteRecursively()
146 RemoveDirectory(name.c_str()); in DeleteRecursively()
/external/chromium/net/disk_cache/
Dcache_util_win.cc57 RemoveDirectory(path.value().c_str()); in DeleteCache()
/external/v8/src/
Dd8-posix.cc624 Handle<Value> Shell::RemoveDirectory(const Arguments& args) { in RemoveDirectory() function in v8::Shell
685 os_templ->Set(String::New("rmdir"), FunctionTemplate::New(RemoveDirectory)); in AddOSMethods()
Dd8.h359 static Handle<Value> RemoveDirectory(const Arguments& args);
/external/chromium/third_party/libjingle/source/talk/base/
Dwin32filesystem.cc211 return ::RemoveDirectory(ToUtf16(no_slash).c_str()) != 0; in DeleteEmptyFolder()
/external/valgrind/unittest/
Dwindows_tests.cc470 CHECK(::RemoveDirectory("ZZZ")); in TEST()
/external/protobuf/gtest/test/
Dgtest-filepath_test.cc79 int ret = RemoveDirectory(wpath) ? 0 : -1; in _rmdir()
/external/gtest/test/
Dgtest-filepath_test.cc79 int ret = RemoveDirectory(wpath) ? 0 : -1; in _rmdir()
/external/chromium/testing/gtest/test/
Dgtest-filepath_test.cc79 int ret = RemoveDirectory(wpath) ? 0 : -1; in _rmdir()
/external/chromium/base/
Dfile_util_win.cc130 return RemoveDirectory(path.value().c_str()) != 0; in Delete()
/external/llvm/lib/Support/Windows/
DPath.inc747 if (!RemoveDirectory(pathname))