Home
last modified time | relevance | path

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

/aosp_15_r20/device/google/cuttlefish/host/commands/run_cvd/launch/
Dsecure_env.cpp66 const auto& secure_hals = CF_EXPECT(config.secure_hals()); in SecureEnv() local
/aosp_15_r20/device/google/cuttlefish/host/libs/config/
Dsecure_hals.cpp75 Result<void> ValidateSecureHals(const std::set<SecureHal>& secure_hals) { in ValidateSecureHals()
Dcuttlefish_config.cpp131 Result<std::set<SecureHal>> CuttlefishConfig::secure_hals() const { in secure_hals() function in cuttlefish::CuttlefishConfig
/aosp_15_r20/device/google/cuttlefish/host/commands/assemble_cvd/
Dbootconfig_args.cpp194 const auto& secure_hals = CF_EXPECT(config.secure_hals()); in BootconfigArgsFromConfig() local
Dflags.cc1065 auto secure_hals = CF_EXPECT(ParseSecureHals(FLAGS_secure_hals)); in InitializeCuttlefishConfiguration() local