HomeSort by relevance Sort by last modified time
    Searched refs:console_path (Results 1 - 4 of 4) sorted by null

  /device/google/cuttlefish_common/host/libs/vm_manager/
qemu_manager.cpp 92 LogAndSetEnv("console_path", config_->console_path());
  /device/google/cuttlefish_common/host/libs/config/
cuttlefish_config.h 181 std::string console_path() const;
182 void set_console_path(const std::string& console_path);
cuttlefish_config.cpp 103 const char* kConsolePath = "console_path";
463 std::string CuttlefishConfig::console_path() const { function in class:vsoc::CuttlefishConfig
466 void CuttlefishConfig::set_console_path(const std::string& console_path) {
467 SetPath(kConsolePath, console_path);
  /device/google/cuttlefish_common/host/commands/launch/
main.cc 381 << config->console_path();

Completed in 468 milliseconds