Home
last modified time | relevance | path

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

/device/google/cuttlefish_common/host/libs/vm_manager/
Dqemu_manager.cpp81 LogAndSetEnv("system_image_path", config_->system_image_path()); in StartCommand()
Dcrosvm_manager.cpp86 command.AddParameter("--rwdisk=", config_->system_image_path()); in StartCommand()
/device/google/cuttlefish_common/host/libs/config/
Dcuttlefish_config.h123 std::string system_image_path() const;
124 void set_system_image_path(const std::string& system_image_path);
Dcuttlefish_config.cpp325 std::string CuttlefishConfig::system_image_path() const { in system_image_path() function in vsoc::CuttlefishConfig
329 const std::string& system_image_path) { in set_system_image_path() argument
330 SetPath(kSystemImagePath, system_image_path); in set_system_image_path()
/device/google/cuttlefish_common/host/commands/launch/
Dflags.cc674 {config->system_image_path(), config->cache_image_path(), in InitFilesystemAndCreateConfig()