Searched refs:Exists (Results 1 – 7 of 7) sorted by relevance
131 // Exists a -system_image_dir specified in launch_cvd134 // Exists a -boot_image specified in launch_cvd137 // Exists a -bootloader specified in launch_cvd140 // Exists a -composite_disk specified in launch_cvd143 // Exists a -data_image specified in launch_cvd146 // Exists a -metadata_image specified in launch_cvd149 // Exists a -misc_image specified in launch_cvd152 // Exists a -qemu_binary specified in launch_cvd155 // Exists a -super_image specified in launch_cvd158 // Exists a -vendor_boot_image specified in launch_cvd
30 bool Exists() const override;
63 virtual bool Exists() const = 0;
55 bool Exists() const override;
48 bool InsecureJsonStorage::Exists() const { in Exists() function in cuttlefish::secure_env::InsecureJsonStorage
49 bool TpmStorage::Exists() const { in Exists() function in cuttlefish::secure_env::TpmStorage
36 if (storage.Exists()) { in InitializeDefaultState()