◆ SandboxedProcess()
cuttlefish::process_sandboxer::SandboxManager::SandboxedProcess::SandboxedProcess |
( |
std::optional< int > |
client_fd, |
|
|
FDCloser |
event_fd, |
|
|
std::unique_ptr< Sandbox2 > |
sandbox |
|
) |
| |
|
inline |
◆ ~SandboxedProcess()
cuttlefish::process_sandboxer::SandboxManager::SandboxedProcess::~SandboxedProcess |
( |
| ) |
|
|
inlineoverride |
◆ ClientFd()
std::optional< int > cuttlefish::process_sandboxer::SandboxManager::SandboxedProcess::ClientFd |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ ExitCode()
absl::StatusOr< uintptr_t > cuttlefish::process_sandboxer::SandboxManager::SandboxedProcess::ExitCode |
( |
| ) |
|
|
inlineoverridevirtual |
◆ PollFd()
int cuttlefish::process_sandboxer::SandboxManager::SandboxedProcess::PollFd |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ WaitForExit()
void cuttlefish::process_sandboxer::SandboxManager::SandboxedProcess::WaitForExit |
( |
| ) |
|
|
inlineprivate |
◆ client_fd_
std::optional<int> cuttlefish::process_sandboxer::SandboxManager::SandboxedProcess::client_fd_ |
|
private |
◆ event_fd_
FDCloser cuttlefish::process_sandboxer::SandboxManager::SandboxedProcess::event_fd_ |
|
private |
◆ sandbox_
std::unique_ptr<Sandbox2> cuttlefish::process_sandboxer::SandboxManager::SandboxedProcess::sandbox_ |
|
private |
◆ waiter_thread_
std::thread cuttlefish::process_sandboxer::SandboxManager::SandboxedProcess::waiter_thread_ |
|
private |
The documentation for this class was generated from the following file: