Android-cuttlefish cvd tool
Classes | Namespaces | Functions | Variables
proxy_common.h File Reference
#include <sys/socket.h>
#include <sys/un.h>
#include <optional>
#include <string>
#include <string_view>
#include "absl/status/statusor.h"
Include dependency graph for proxy_common.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  cuttlefish::process_sandboxer::Message
 

Namespaces

namespace  cuttlefish
 
namespace  cuttlefish::process_sandboxer
 

Functions

absl::StatusOr< size_t > cuttlefish::process_sandboxer::SendStringMsg (int sock, std::string_view msg)
 

Variables

static const constexpr std::string_view cuttlefish::process_sandboxer::kHandshakeBegin = "hello"
 
static const constexpr std::string_view cuttlefish::process_sandboxer::kManagerSocketPath = "/manager.sock"