Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/process_sandboxer/policies/
Dprocess_restarter.cpp29 sandbox2::PolicyBuilder ProcessRestarterPolicy(const HostInfo& host) { in ProcessRestarterPolicy() function
/device/google/cuttlefish/host/commands/process_sandboxer/
Dpolicies.h72 sandbox2::PolicyBuilder ProcessRestarterPolicy(const HostInfo&);
Dpolicies.cpp132 builders[host.HostToolExe("process_restarter")] = ProcessRestarterPolicy; in PolicyForExecutable()