Home
last modified time | relevance | path

Searched refs:qemu_binary (Results 1 – 4 of 4) sorted by relevance

/device/google/cuttlefish/host/libs/vm_manager/
Dqemu_manager.cpp127 bool is_arm = android::base::EndsWith(config_->qemu_binary(), "system-aarch64"); in StartCommands()
143 cuttlefish::Command qemu_cmd(config_->qemu_binary(), stop); in StartCommands()
/device/google/cuttlefish/host/libs/config/
Dcuttlefish_config.h160 void set_qemu_binary(const std::string& qemu_binary);
161 std::string qemu_binary() const;
Dcuttlefish_config.cpp359 std::string CuttlefishConfig::qemu_binary() const { in qemu_binary() function in cuttlefish::CuttlefishConfig
363 void CuttlefishConfig::set_qemu_binary(const std::string& qemu_binary) { in set_qemu_binary() argument
364 (*dictionary_)[kQemuBinary] = qemu_binary; in set_qemu_binary()
/device/google/cuttlefish/host/commands/assemble_cvd/
Dflags.cc210 DEFINE_string(qemu_binary,