Apache Mesos
|
#include <assert.h>
#include <stdio.h>
#include <unistd.h>
#include <string>
#include <stout/error.hpp>
#include <stout/result.hpp>
#include <stout/try.hpp>
#include <stout/os/int_fd.hpp>
#include <stout/os/socket.hpp>
#include <stout/os/posix/read.hpp>
Go to the source code of this file.
Namespaces | |
os | |
Functions | |
Result< std::string > | os::read (int_fd fd, size_t size) |
Try< std::string > | os::read (const std::string &path) |