Searched refs:artifacts_path (Results 1 – 5 of 5) sorted by relevance
/device/google/cuttlefish/host/commands/process_sandboxer/policies/ |
D | logcat_receiver.cpp | 30 auto exe = JoinPath(host.artifacts_path, "bin", "logcat_receiver"); in LogcatReceiverPolicy() 31 auto lib64 = JoinPath(host.artifacts_path, "lib64"); in LogcatReceiverPolicy()
|
D | kernel_log_monitor.cpp | 30 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/ |
D | policies.cpp | 35 builders[JoinPath(host.artifacts_path, "bin", "kernel_log_monitor")] = in PolicyForExecutable() 37 builders[JoinPath(host.artifacts_path, "bin", "logcat_receiver")] = in PolicyForExecutable()
|
D | main.cpp | 54 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()
|
D | policies.h | 27 std::string artifacts_path; member
|