Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/testing/
Dfile.cc146 RemoveDirectory(name.c_str()); in DeleteRecursively()
156 RemoveDirectory(path.c_str()); in DeleteRecursively()
164 RemoveDirectory(name.c_str()); in DeleteRecursively()
/external/v8/src/
Dd8-posix.cc645 void Shell::RemoveDirectory(const v8::FunctionCallbackInfo<v8::Value>& args) { in RemoveDirectory() function in v8::Shell
723 FunctionTemplate::New(isolate, RemoveDirectory)); in AddOSMethods()
Dd8.h359 static void RemoveDirectory(const v8::FunctionCallbackInfo<v8::Value>& args);
/external/gtest/test/
Dgtest-filepath_test.cc79 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/protobuf/gtest/test/
Dgtest-filepath_test.cc79 int ret = RemoveDirectory(wpath) ? 0 : -1; in _rmdir()
/external/lzma/CPP/Windows/
DFileDir.cpp137 if (::RemoveDirectory(pathName)) in MyRemoveDirectory()