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/launch/
Dsecure_env.cpp54 const auto& secure_hals = config_.secure_hals(); in Commands() local
/device/google/cuttlefish/host/libs/config/
Dcuttlefish_config.cpp160 std::set<SecureHal> CuttlefishConfig::secure_hals() const { in secure_hals() function in cuttlefish::CuttlefishConfig
/device/google/cuttlefish/host/commands/assemble_cvd/
Dflags.cc810 auto secure_hals = android::base::Split(FLAGS_secure_hals, ","); in InitializeCuttlefishConfiguration() local