Android-cuttlefish cvd tool
|
#include "cuttlefish/host/commands/process_sandboxer/proxy_common.h"
#include <sys/socket.h>
#include <sys/uio.h>
#include <cerrno>
#include <cstdlib>
#include <cstring>
#include <optional>
#include <string>
#include <string_view>
#include "absl/status/status.h"
#include "absl/status/statusor.h"
Namespaces | |
namespace | cuttlefish |
namespace | cuttlefish::process_sandboxer |
Functions | |
absl::StatusOr< size_t > | cuttlefish::process_sandboxer::SendStringMsg (int sock, std::string_view msg) |