Apache Mesos
|
#include <string>
#include <vector>
#include <stout/none.hpp>
#include <stout/option.hpp>
#include <stout/os.hpp>
#include <stout/path.hpp>
#include <stout/strings.hpp>
#include <stout/os/exists.hpp>
#include <stout/os/permissions.hpp>
Go to the source code of this file.
Namespaces | |
os | |
Functions | |
Option< std::string > | os::which (const std::string &command, const Option< std::string > &_path=None()) |