|
Android-cuttlefish cvd tool
|
#include <sys/socket.h>#include <sys/un.h>#include <optional>#include <string>#include <string_view>#include "absl/status/statusor.h"

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" |