Android-cuttlefish cvd tool
Namespaces | Functions
sandboxer_proxy.cpp File Reference
#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"
Include dependency graph for sandboxer_proxy.cpp:

Namespaces

namespace  cuttlefish
 
namespace  cuttlefish::process_sandboxer
 
namespace  cuttlefish::process_sandboxer::anonymous_namespace{sandboxer_proxy.cpp}
 

Functions

template<typename 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 ()
 

Function Documentation

◆ main()

int main ( )