Home
last modified time | relevance | path

Searched refs:Strace (Results 1 – 4 of 4) sorted by relevance

/device/google/cuttlefish/common/libs/utils/
Dsubprocess.h121 SubprocessOptions& Strace(std::string strace_output_path) &;
122 SubprocessOptions Strace(std::string strace_output_path) &&;
130 const std::string& Strace() const { return strace_; } in Strace() function
Dsubprocess.cpp165 SubprocessOptions& SubprocessOptions::Strace(std::string s) & { in Strace() function in cuttlefish::SubprocessOptions
169 SubprocessOptions SubprocessOptions::Strace(std::string s) && { in Strace() function in cuttlefish::SubprocessOptions
411 if (!options.Strace().empty()) { in Start()
418 options.Strace().c_str(), in Start()
/device/google/cuttlefish/host/commands/process_restarter/
Dmain.cc69 options.Strace(instance.PerInstanceLogPath("/strace-" + short_name)); in OptionsForExecutable()
/device/google/cuttlefish/host/libs/process_monitor/
Dprocess_monitor.cc245 options.Strace(properties.strace_log_dir_ + "/strace-" + short_name); in StartSubprocesses()