Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/run_cvd/launch/
Dopen_wrt.cpp119 if (!instance_.crosvm_use_rng()) { in Commands()
/device/google/cuttlefish/host/libs/vm_manager/
Dcrosvm_manager.cpp601 if (!instance.crosvm_use_rng()) { in StartCommands()
/device/google/cuttlefish/host/libs/config/
Dcuttlefish_config.h560 bool crosvm_use_rng() const;
Dcuttlefish_config_instance.cpp1997 bool CuttlefishConfig::InstanceSpecific::crosvm_use_rng() const { in crosvm_use_rng() function in cuttlefish::CuttlefishConfig::InstanceSpecific
/device/google/cuttlefish/host/commands/assemble_cvd/
Dflags.cc510 DEFINE_vec(crosvm_use_rng, "true",
1377 CF_EXPECT(GET_FLAG_BOOL_VALUE(crosvm_use_rng)); in InitializeCuttlefishConfiguration()