Home
last modified time | relevance | path

Searched refs:Exists (Results 1 – 7 of 7) sorted by relevance

/device/google/cuttlefish/host/commands/metrics/proto/
Dcf_metrics_event.proto131 // Exists a -system_image_dir specified in launch_cvd
134 // Exists a -boot_image specified in launch_cvd
137 // Exists a -bootloader specified in launch_cvd
140 // Exists a -composite_disk specified in launch_cvd
143 // Exists a -data_image specified in launch_cvd
146 // Exists a -metadata_image specified in launch_cvd
149 // Exists a -misc_image specified in launch_cvd
152 // Exists a -qemu_binary specified in launch_cvd
155 // Exists a -super_image specified in launch_cvd
158 // Exists a -vendor_boot_image specified in launch_cvd
/device/google/cuttlefish/host/commands/secure_env/storage/
Dinsecure_json_storage.h30 bool Exists() const override;
Dstorage.h63 virtual bool Exists() const = 0;
Dtpm_storage.h55 bool Exists() const override;
Dinsecure_json_storage.cpp48 bool InsecureJsonStorage::Exists() const { in Exists() function in cuttlefish::secure_env::InsecureJsonStorage
Dtpm_storage.cpp49 bool TpmStorage::Exists() const { in Exists() function in cuttlefish::secure_env::TpmStorage
/device/google/cuttlefish/host/commands/secure_env/oemlock/
Doemlock.cpp36 if (storage.Exists()) { in InitializeDefaultState()