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

  /device/google/cuttlefish_common/host/libs/vm_manager/
crosvm_manager.cpp 94 command.AddParameter("--rwdisk=", config_->vendor_image_path());
qemu_manager.cpp 84 LogAndSetEnv("vendor_image_path", config_->vendor_image_path());
  /device/google/cuttlefish_common/host/libs/config/
cuttlefish_config.h 132 std::string vendor_image_path() const;
133 void set_vendor_image_path(const std::string& vendor_image_path);
cuttlefish_config.cpp 94 const char* kVendorImagePath = "vendor_image_path";
348 std::string CuttlefishConfig::vendor_image_path() const { function in class:vsoc::CuttlefishConfig
352 const std::string& vendor_image_path) {
353 SetPath(kVendorImagePath, vendor_image_path);
  /device/google/cuttlefish_common/host/commands/launch/
flags.cc 675 config->data_image_path(), config->vendor_image_path(),

Completed in 214 milliseconds