Searched refs:RemoveDirectory (Results 1 – 11 of 11) sorted by relevance
128 RemoveDirectory(name.c_str()); in DeleteRecursively()138 RemoveDirectory(path.c_str()); in DeleteRecursively()146 RemoveDirectory(name.c_str()); in DeleteRecursively()
57 RemoveDirectory(path.value().c_str()); in DeleteCache()
624 Handle<Value> Shell::RemoveDirectory(const Arguments& args) { in RemoveDirectory() function in v8::Shell685 os_templ->Set(String::New("rmdir"), FunctionTemplate::New(RemoveDirectory)); in AddOSMethods()
359 static Handle<Value> RemoveDirectory(const Arguments& args);
211 return ::RemoveDirectory(ToUtf16(no_slash).c_str()) != 0; in DeleteEmptyFolder()
470 CHECK(::RemoveDirectory("ZZZ")); in TEST()
79 int ret = RemoveDirectory(wpath) ? 0 : -1; in _rmdir()
130 return RemoveDirectory(path.value().c_str()) != 0; in Delete()
747 if (!RemoveDirectory(pathname))