Home
last modified time | relevance | path

Searched defs:ClientFd (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/device/google/cuttlefish/host/commands/process_sandboxer/
Dsandbox_manager.cpp90 std::optional<int> ClientFd() const override { return client_fd_; } in ClientFd() function in cuttlefish::process_sandboxer::SandboxManager::ProcessNoSandbox
135 std::optional<int> ClientFd() const override { return client_fd_; } in ClientFd() function in cuttlefish::process_sandboxer::SandboxManager::SandboxedProcess
172 int ClientFd() const { return client_fd_.Get(); } in ClientFd() function in cuttlefish::process_sandboxer::SandboxManager::SocketClient