Searched refs:Strace (Results 1 – 4 of 4) sorted by relevance
121 SubprocessOptions& Strace(std::string strace_output_path) &;122 SubprocessOptions Strace(std::string strace_output_path) &&;127 const std::string& Strace() const { return strace_; } in Strace() function
153 SubprocessOptions& SubprocessOptions::Strace(std::string s) & { in Strace() function in cuttlefish::SubprocessOptions157 SubprocessOptions SubprocessOptions::Strace(std::string s) && { in Strace() function in cuttlefish::SubprocessOptions399 if (!options.Strace().empty()) { in Start()406 options.Strace().c_str(), in Start()
69 options.Strace(instance.PerInstanceLogPath("/strace-" + short_name)); in OptionsForExecutable()
269 options.Strace(properties.strace_log_dir_ + "/strace-" + short_name); in StartSubprocesses()