Searched refs:qemu_binary (Results 1 – 5 of 5) sorted by relevance
60 qemu_binary=${qemu_binary=/usr/bin/qemu-system-x86_64}170 run "${qemu_binary}" "${args[@]}" "${dtb_args[@]}"243 exec_run "${qemu_binary}" "${args[@]}"
70 LogAndSetEnv("qemu_binary", config_->qemu_binary()); in StartCommand()
238 void set_qemu_binary(const std::string& qemu_binary);239 std::string qemu_binary() const;
615 std::string CuttlefishConfig::qemu_binary() const { in qemu_binary() function in vsoc::CuttlefishConfig619 void CuttlefishConfig::set_qemu_binary(const std::string& qemu_binary) { in set_qemu_binary() argument620 (*dictionary_)[kQemuBinary] = qemu_binary; in set_qemu_binary()
173 DEFINE_string(qemu_binary,