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) &&;130 const std::string& Strace() const { return strace_; } in Strace() function
165 SubprocessOptions& SubprocessOptions::Strace(std::string s) & { in Strace() function in cuttlefish::SubprocessOptions169 SubprocessOptions SubprocessOptions::Strace(std::string s) && { in Strace() function in cuttlefish::SubprocessOptions411 if (!options.Strace().empty()) { in Start()418 options.Strace().c_str(), in Start()
69 options.Strace(instance.PerInstanceLogPath("/strace-" + short_name)); in OptionsForExecutable()
245 options.Strace(properties.strace_log_dir_ + "/strace-" + short_name); in StartSubprocesses()