Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/process_sandboxer/policies/
Dlogcat_receiver.cpp30 auto exe = JoinPath(host.artifacts_path, "bin", "logcat_receiver"); in LogcatReceiverPolicy()
31 auto lib64 = JoinPath(host.artifacts_path, "lib64"); in LogcatReceiverPolicy()
Dkernel_log_monitor.cpp30 auto exe = JoinPath(host.artifacts_path, "bin", "kernel_log_monitor"); in KernelLogMonitorPolicy()
31 auto lib64 = JoinPath(host.artifacts_path, "lib64"); in KernelLogMonitorPolicy()
/device/google/cuttlefish/host/commands/process_sandboxer/
Dpolicies.cpp35 builders[JoinPath(host.artifacts_path, "bin", "kernel_log_monitor")] = in PolicyForExecutable()
37 builders[JoinPath(host.artifacts_path, "bin", "logcat_receiver")] = in PolicyForExecutable()
Dmain.cpp54 host.artifacts_path = CleanPath(absl::GetFlag(FLAGS_host_artifacts_path)); in ProcessSandboxerMain()
57 setenv("LD_LIBRARY_PATH", JoinPath(host.artifacts_path, "lib64").c_str(), 1); in ProcessSandboxerMain()
Dpolicies.h27 std::string artifacts_path; member