Searched refs:vvmtruststore_path (Results 1 – 3 of 3) sorted by relevance
96 DEFINE_string(vvmtruststore_path, CF_DEFAULTS_VVMTRUSTSTORE_PATH,200 std::string vvmtruststore_path = ""; in ResolveInstanceFiles() local249 vvmtruststore_path += comma_str; in ResolveInstanceFiles()251 vvmtruststore_path += comma_str + cur_system_image_dir + "/" + in ResolveInstanceFiles()295 SetCommandLineOptionWithMode("vvmtruststore_path", vvmtruststore_path.c_str(), in ResolveInstanceFiles()490 const auto vvmtruststore_path = instance.vvmtruststore_path(); in android_composite_disk_config() local491 if (!vvmtruststore_path.empty()) { in android_composite_disk_config()494 .image_file_path = AbsolutePath(vvmtruststore_path), in android_composite_disk_config()796 auto vvmtruststore_path = android::base::Split(FLAGS_vvmtruststore_path, ","); in DiskImageFlagsVectorization() local903 if (instance_index >= vvmtruststore_path.size()) { in DiskImageFlagsVectorization()[all …]
718 std::string vvmtruststore_path() const;958 void set_vvmtruststore_path(const std::string& vvmtruststore_path);
491 const std::string& vvmtruststore_path) { in set_vvmtruststore_path() argument492 (*Dictionary())[kVvmtruststorePath] = vvmtruststore_path; in set_vvmtruststore_path()494 std::string CuttlefishConfig::InstanceSpecific::vvmtruststore_path() const { in vvmtruststore_path() function in cuttlefish::CuttlefishConfig::InstanceSpecific