Home
last modified time | relevance | path

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

/device/google/cuttlefish_common/host/libs/vm_manager/
Dqemu_manager.cpp85 LogAndSetEnv("metadata_image_path", config_->metadata_image_path()); in StartCommand()
Dcrosvm_manager.cpp92 command.AddParameter("--rwdisk=", config_->metadata_image_path()); in StartCommand()
/device/google/cuttlefish_common/host/libs/config/
Dcuttlefish_config.h135 std::string metadata_image_path() const;
136 void set_metadata_image_path(const std::string& metadata_image_path);
Dcuttlefish_config.cpp356 std::string CuttlefishConfig::metadata_image_path() const { in metadata_image_path() function in vsoc::CuttlefishConfig
360 const std::string& metadata_image_path) { in set_metadata_image_path() argument
361 SetPath(kMetadataImagePath, metadata_image_path); in set_metadata_image_path()
/device/google/cuttlefish_common/host/commands/launch/
Dflags.cc676 config->metadata_image_path(), config->product_image_path(), in InitFilesystemAndCreateConfig()