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

  /device/google/cuttlefish_common/host/commands/launch/
data_image.cc 78 std::string data_image = config.data_image_path();
flags.cc 675 config->data_image_path(), config->vendor_image_path(),
  /device/google/cuttlefish_common/host/libs/vm_manager/
crosvm_manager.cpp 90 command.AddParameter("--rwdisk=", config_->data_image_path());
qemu_manager.cpp 82 LogAndSetEnv("data_image_path", config_->data_image_path());
  /device/google/cuttlefish_common/host/libs/config/
cuttlefish_config.h 129 std::string data_image_path() const;
130 void set_data_image_path(const std::string& data_image_path);
cuttlefish_config.cpp 93 const char* kDataImagePath = "data_image_path";
341 std::string CuttlefishConfig::data_image_path() const { function in class:vsoc::CuttlefishConfig
344 void CuttlefishConfig::set_data_image_path(const std::string& data_image_path) {
345 SetPath(kDataImagePath, data_image_path);

Completed in 3085 milliseconds