Home
last modified time | relevance | path

Searched refs:OperatorProxyPolicy (Results 1 – 3 of 3) sorted by relevance

/device/google/cuttlefish/host/commands/process_sandboxer/policies/
Doperator_proxy.cpp26 sandbox2::PolicyBuilder OperatorProxyPolicy(const HostInfo& host) { in OperatorProxyPolicy() function
/device/google/cuttlefish/host/commands/process_sandboxer/
Dpolicies.h71 sandbox2::PolicyBuilder OperatorProxyPolicy(const HostInfo& host);
Dpolicies.cpp131 builders[host.HostToolExe("operator_proxy")] = OperatorProxyPolicy; in PolicyForExecutable()