Home
last modified time | relevance | path

Searched refs:straced_host_executables (Results 1 – 5 of 5) sorted by relevance

/device/google/cuttlefish/host/libs/config/
Dcuttlefish_config.cpp569 const std::set<std::string>& straced_host_executables) { in set_straced_host_executables() argument
571 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::CuttlefishConfig
577 std::set<std::string> straced_host_executables; in straced_host_executables() local
579 straced_host_executables.insert(arg.asString()); in straced_host_executables()
581 return straced_host_executables; in straced_host_executables()
Dcuttlefish_config.h283 std::set<std::string> straced_host_executables() const;
/device/google/cuttlefish/host/commands/process_restarter/
Dmain.cc67 if (Contains(config->straced_host_executables(), short_name)) { in OptionsForExecutable()
/device/google/cuttlefish/host/commands/run_cvd/
Dserver_loop_impl.cpp87 .StraceCommands(config_.straced_host_executables()); in Run()
/device/google/cuttlefish/host/commands/assemble_cvd/
Dflags.cc510 DEFINE_string(straced_host_executables, CF_DEFAULTS_STRACED_HOST_EXECUTABLES,