Home
last modified time | relevance | path

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

/device/google/cuttlefish_common/host/libs/vm_manager/
Dqemu_manager.cpp84 LogAndSetEnv("vendor_image_path", config_->vendor_image_path()); in StartCommand()
Dcrosvm_manager.cpp94 command.AddParameter("--rwdisk=", config_->vendor_image_path()); in StartCommand()
/device/google/cuttlefish_common/host/libs/config/
Dcuttlefish_config.h132 std::string vendor_image_path() const;
133 void set_vendor_image_path(const std::string& vendor_image_path);
Dcuttlefish_config.cpp348 std::string CuttlefishConfig::vendor_image_path() const { in vendor_image_path() function in vsoc::CuttlefishConfig
352 const std::string& vendor_image_path) { in set_vendor_image_path() argument
353 SetPath(kVendorImagePath, vendor_image_path); in set_vendor_image_path()
/device/google/cuttlefish_common/host/commands/launch/
Dflags.cc675 config->data_image_path(), config->vendor_image_path(), in InitFilesystemAndCreateConfig()