Home
last modified time | relevance | path

Searched refs:data_image_path (Results 1 – 6 of 6) sorted by relevance

/device/google/cuttlefish_common/host/commands/launch/
Ddata_image.cc78 std::string data_image = config.data_image_path(); in ApplyDataImagePolicy()
Dflags.cc675 config->data_image_path(), config->vendor_image_path(), in InitFilesystemAndCreateConfig()
/device/google/cuttlefish_common/host/libs/vm_manager/
Dqemu_manager.cpp82 LogAndSetEnv("data_image_path", config_->data_image_path()); in StartCommand()
Dcrosvm_manager.cpp90 command.AddParameter("--rwdisk=", config_->data_image_path()); in StartCommand()
/device/google/cuttlefish_common/host/libs/config/
Dcuttlefish_config.h129 std::string data_image_path() const;
130 void set_data_image_path(const std::string& data_image_path);
Dcuttlefish_config.cpp341 std::string CuttlefishConfig::data_image_path() const { in data_image_path() function in vsoc::CuttlefishConfig
344 void CuttlefishConfig::set_data_image_path(const std::string& data_image_path) { in set_data_image_path() argument
345 SetPath(kDataImagePath, data_image_path); in set_data_image_path()