Searched refs:straced_host_executables (Results 1 – 5 of 5) sorted by relevance
569 const std::set<std::string>& straced_host_executables) { in set_straced_host_executables() argument571 for (const auto& arg : straced_host_executables) { in set_straced_host_executables()576 std::set<std::string> CuttlefishConfig::straced_host_executables() const { in straced_host_executables() function in cuttlefish::CuttlefishConfig577 std::set<std::string> straced_host_executables; in straced_host_executables() local579 straced_host_executables.insert(arg.asString()); in straced_host_executables()581 return straced_host_executables; in straced_host_executables()
283 std::set<std::string> straced_host_executables() const;
67 if (Contains(config->straced_host_executables(), short_name)) { in OptionsForExecutable()
87 .StraceCommands(config_.straced_host_executables()); in Run()
510 DEFINE_string(straced_host_executables, CF_DEFAULTS_STRACED_HOST_EXECUTABLES,