Home
last modified time | relevance | path

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

/device/google/cuttlefish_common/host/libs/vm_manager/
Dqemu_manager.cpp86 LogAndSetEnv("product_image_path", config_->product_image_path()); in StartCommand()
Dcrosvm_manager.cpp95 command.AddParameter("--rwdisk=", config_->product_image_path()); in StartCommand()
/device/google/cuttlefish_common/host/libs/config/
Dcuttlefish_config.h138 std::string product_image_path() const;
139 void set_product_image_path(const std::string& product_image_path);
Dcuttlefish_config.cpp372 std::string CuttlefishConfig::product_image_path() const { in product_image_path() function in vsoc::CuttlefishConfig
376 const std::string& product_image_path) { in set_product_image_path() argument
377 SetPath(kProductImagePath, product_image_path); in set_product_image_path()
/device/google/cuttlefish_common/host/commands/launch/
Dflags.cc676 config->metadata_image_path(), config->product_image_path(), in InitFilesystemAndCreateConfig()