Home
last modified time | relevance | path

Searched refs:IsHostCompatible (Results 1 – 5 of 5) sorted by relevance

/device/google/cuttlefish/common/libs/utils/
Denvironment.h35 bool IsHostCompatible(Arch arch);
Denvironment.cpp105 bool IsHostCompatible(Arch arch) { in IsHostCompatible() function
/device/google/cuttlefish/host/libs/vm_manager/
Dqemu_manager.cpp344 if (IsHostCompatible(arch_)) { in StartCommands()
759 qemu_cmd.AddParameter(IsHostCompatible(arch_) ? "host" : "max"); in StartCommands()
/device/google/cuttlefish/host/commands/assemble_cvd/
Dbootconfig_args.cpp168 if (!IsHostCompatible(instance.target_arch())) { in BootconfigArgsFromConfig()
Dflags.cc2104 if (IsHostCompatible(guest_configs[0].target_arch)) { in GetGuestConfigAndSetDefaults()