Searched defs:Comms (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/sandboxed-api/sandboxed_api/sandbox2/ | ||
H A D | comms.cc | 112 Comms::Comms(int fd, absl::string_view name) : connection_fd_(fd) { in Comms() function in sandbox2::Comms |
H A D | forkserver.h | 32 class Comms; variable |
H A D | fork_client.h | 29 class Comms; variable |
H A D | policy.h | 47 class Comms; variable |
H A D | comms.h | 101 Comms(Comms&& other) { *this = std::move(other); } in Comms() function |
/aosp_15_r20/external/sandboxed-api/sandboxed_api/ | ||
H A D | var_abstract.h | 29 class Comms; variable |