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

  /device/google/cuttlefish_common/host/libs/vm_manager/
crosvm_manager.cpp 95 command.AddParameter("--rwdisk=", config_->product_image_path());
qemu_manager.cpp 86 LogAndSetEnv("product_image_path", config_->product_image_path());
  /device/google/cuttlefish_common/host/libs/config/
cuttlefish_config.h 138 std::string product_image_path() const;
139 void set_product_image_path(const std::string& product_image_path);
cuttlefish_config.cpp 96 const char* kProductImagePath = "product_image_path";
372 std::string CuttlefishConfig::product_image_path() const { function in class:vsoc::CuttlefishConfig
376 const std::string& product_image_path) {
377 SetPath(kProductImagePath, product_image_path);
  /device/google/cuttlefish_common/host/commands/launch/
flags.cc 676 config->metadata_image_path(), config->product_image_path(),

Completed in 63 milliseconds