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

  /device/google/cuttlefish_common/host/libs/vm_manager/
crosvm_manager.cpp 85 if (config_->super_image_path().empty()) {
88 command.AddParameter("--rwdisk=", config_->super_image_path());
93 if (config_->super_image_path().empty()) {
cf_qemu.sh 103 if [[ -n "${super_image_path}" ]]; then
105 -drive "file=${super_image_path:-${HOME}/obj/PACKAGING/super.img_intermediates/super.img},format=raw,if=none,id=drive-virtio-disk0,aio=threads"
124 if [[ -z "${super_image_path}" ]]; then
qemu_manager.cpp 87 LogAndSetEnv("super_image_path", config_->super_image_path());
  /device/google/cuttlefish_common/host/libs/config/
cuttlefish_config.h 141 std::string super_image_path() const;
142 void set_super_image_path(const std::string& super_image_path);
cuttlefish_config.cpp 97 const char* kSuperImagePath = "super_image_path";
364 std::string CuttlefishConfig::super_image_path() const { function in class:vsoc::CuttlefishConfig
368 const std::string& super_image_path) {
369 SetPath(kSuperImagePath, super_image_path);
  /device/google/cuttlefish_common/host/commands/launch/
flags.cc 677 config->super_image_path()}) {

Completed in 536 milliseconds