|
Apache Mesos
|
#include <string>#include <glog/logging.h>#include <stout/error.hpp>#include <stout/nothing.hpp>#include <stout/strings.hpp>#include <stout/try.hpp>#include <stout/windows.hpp>#include <stout/os/rm.hpp>#include <stout/os/stat.hpp>#include <stout/windows/error.hpp>#include <stout/internal/windows/longpath.hpp>Go to the source code of this file.
Namespaces | |
| os | |
| os::internal | |
Functions | |
| Try< Nothing > | os::internal::recursive_remove_directory (const std::string &path, bool removeRoot, bool continueOnError) |
| Try< Nothing > | os::rmdir (const std::string &directory, bool recursive=true, bool removeRoot=true, bool continueOnError=false) |
1.8.5