Home
last modified time | relevance | path

Searched refs:console_path (Results 1 – 4 of 4) sorted by relevance

/device/google/cuttlefish_common/host/libs/vm_manager/
Dqemu_manager.cpp92 LogAndSetEnv("console_path", config_->console_path()); in StartCommand()
/device/google/cuttlefish_common/host/libs/config/
Dcuttlefish_config.h181 std::string console_path() const;
182 void set_console_path(const std::string& console_path);
Dcuttlefish_config.cpp463 std::string CuttlefishConfig::console_path() const { in console_path() function in vsoc::CuttlefishConfig
466 void CuttlefishConfig::set_console_path(const std::string& console_path) { in set_console_path() argument
467 SetPath(kConsolePath, console_path); in set_console_path()
/device/google/cuttlefish_common/host/commands/launch/
Dmain.cc381 << config->console_path(); in main()