Android-cuttlefish cvd tool
|
#include <stdlib.h>
#include <sys/socket.h>
#include <sys/un.h>
#include <algorithm>
#include <cerrno>
#include <cstddef>
#include <cstring>
#include <iostream>
#include <string>
#include <string_view>
#include "absl/status/status.h"
#include "absl/status/statusor.h"
#include "absl/strings/numbers.h"
#include "cuttlefish/host/commands/process_sandboxer/proxy_common.h"
Namespaces | |
namespace | cuttlefish |
namespace | cuttlefish::process_sandboxer |
namespace | cuttlefish::process_sandboxer::anonymous_namespace{sandboxer_proxy.cpp} |
Functions | |
template<typename T > | |
T | cuttlefish::process_sandboxer::anonymous_namespace{sandboxer_proxy.cpp}::UnwrapStatusOr (absl::StatusOr< T > status_or) |
template<typename T > | |
absl::StatusOr< T > | cuttlefish::process_sandboxer::anonymous_namespace{sandboxer_proxy.cpp}::AtoiOr (std::string_view str) |
absl::StatusOr< int > | cuttlefish::process_sandboxer::anonymous_namespace{sandboxer_proxy.cpp}::OpenSandboxManagerSocket () |
int | cuttlefish::process_sandboxer::anonymous_namespace{sandboxer_proxy.cpp}::ProcessSandboxerMain () |
int | main () |
int main | ( | ) |