Searched refs:StraceCommands (Results 1 – 3 of 3) sorted by relevance
55 Properties& StraceCommands(std::set<std::string>) &;56 Properties StraceCommands(std::set<std::string>) &&;
327 ProcessMonitor::Properties& ProcessMonitor::Properties::StraceCommands( in StraceCommands() function in cuttlefish::ProcessMonitor::Properties332 ProcessMonitor::Properties ProcessMonitor::Properties::StraceCommands( in StraceCommands() function in cuttlefish::ProcessMonitor::Properties334 return std::move(StraceCommands(std::move(strace))); in StraceCommands()
87 .StraceCommands(config_.straced_host_executables()); in Run()