Searched refs:console_path (Results 1 – 4 of 4) sorted by relevance
92 LogAndSetEnv("console_path", config_->console_path()); in StartCommand()
181 std::string console_path() const;182 void set_console_path(const std::string& console_path);
463 std::string CuttlefishConfig::console_path() const { in console_path() function in vsoc::CuttlefishConfig466 void CuttlefishConfig::set_console_path(const std::string& console_path) { in set_console_path() argument467 SetPath(kConsolePath, console_path); in set_console_path()
381 << config->console_path(); in main()