Home
last modified time | relevance | path

Searched defs:vvmtruststore_path (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/device/google/cuttlefish/host/commands/assemble_cvd/
Ddisk_flags.cc468 const auto vvmtruststore_path = instance.vvmtruststore_path(); in android_composite_disk_config() local
774 auto vvmtruststore_path = android::base::Split(FLAGS_vvmtruststore_path, ","); in DiskImageFlagsVectorization() local
/aosp_15_r20/device/google/cuttlefish/host/libs/config/
Dcuttlefish_config_instance.cpp428 const std::string& vvmtruststore_path) { in set_vvmtruststore_path()
431 std::string CuttlefishConfig::InstanceSpecific::vvmtruststore_path() const { in vvmtruststore_path() function in cuttlefish::CuttlefishConfig::InstanceSpecific