Home
last modified time | relevance | path

Searched refs:HostInfo (Results 1 – 5 of 5) sorted by relevance

/device/google/cuttlefish/host/commands/process_sandboxer/
Dpolicies.h26 struct HostInfo { struct
32 sandbox2::PolicyBuilder KernelLogMonitorPolicy(const HostInfo&); argument
33 sandbox2::PolicyBuilder LogcatReceiverPolicy(const HostInfo&);
36 const HostInfo& host_info, std::string_view executable_path);
Dpolicies.cpp31 const HostInfo& host, std::string_view executable) { in PolicyForExecutable()
32 using Builder = sandbox2::PolicyBuilder(const HostInfo&); in PolicyForExecutable()
Dmain.cpp53 HostInfo host; in ProcessSandboxerMain()
/device/google/cuttlefish/host/commands/process_sandboxer/policies/
Dlogcat_receiver.cpp29 sandbox2::PolicyBuilder LogcatReceiverPolicy(const HostInfo& host) { in LogcatReceiverPolicy()
Dkernel_log_monitor.cpp29 sandbox2::PolicyBuilder KernelLogMonitorPolicy(const HostInfo& host) { in KernelLogMonitorPolicy()