Apache Mesos
|
#include <stdlib.h>
#include <string.h>
#include <string>
#include <stout/error.hpp>
#include <stout/path.hpp>
#include <stout/try.hpp>
#include <stout/os/close.hpp>
#include <stout/os/int_fd.hpp>
#include <stout/os/temp.hpp>
Go to the source code of this file.
Namespaces | |
os | |
Functions | |
Try< std::string > | os::mktemp (const std::string &path=path::join(os::temp(),"XXXXXX")) |