Apache Mesos
|
#include <string>
#include <stout/bytes.hpp>
#include <stout/error.hpp>
#include <stout/nothing.hpp>
#include <stout/try.hpp>
#include <stout/windows.hpp>
#include <stout/os/realpath.hpp>
#include <stout/internal/windows/longpath.hpp>
#include <stout/internal/windows/symlink.hpp>
Go to the source code of this file.
Namespaces | |
fs | |
Functions | |
Try< Bytes > | fs::size (const std::string &path="/") |
Try< double > | fs::usage (const std::string &path="/") |
Try< Nothing > | fs::symlink (const std::string &original, const std::string &link) |
Try< std::list< std::string > > | fs::list (const std::string &pattern) |