Searched refs:qemu_binary (Results 1 – 4 of 4) sorted by relevance
127 bool is_arm = android::base::EndsWith(config_->qemu_binary(), "system-aarch64"); in StartCommands()143 cuttlefish::Command qemu_cmd(config_->qemu_binary(), stop); in StartCommands()
160 void set_qemu_binary(const std::string& qemu_binary);161 std::string qemu_binary() const;
359 std::string CuttlefishConfig::qemu_binary() const { in qemu_binary() function in cuttlefish::CuttlefishConfig363 void CuttlefishConfig::set_qemu_binary(const std::string& qemu_binary) { in set_qemu_binary() argument364 (*dictionary_)[kQemuBinary] = qemu_binary; in set_qemu_binary()
210 DEFINE_string(qemu_binary,