Home
last modified time | relevance | path

Searched defs:secure_hals (Results 1 – 3 of 3) sorted by relevance

/device/google/cuttlefish/host/commands/run_cvd/
Dlaunch.cc291 const auto& secure_hals = config.secure_hals(); in LaunchSecureEnvironment() local
/device/google/cuttlefish/host/commands/assemble_cvd/
Dflags.cc480 auto secure_hals = android::base::Split(FLAGS_secure_hals, ","); in InitializeCuttlefishConfiguration() local
/device/google/cuttlefish/host/libs/config/
Dcuttlefish_config.cpp239 std::set<SecureHal> CuttlefishConfig::secure_hals() const { in secure_hals() function in cuttlefish::CuttlefishConfig