Searched refs:verify_path (Results 1 – 1 of 1) sorted by relevance
75 pub fn verify_path<P: AsRef<Path>>(path: P) -> Result<Self, VbMetaImageVerificationError> { in verify_path() method223 let vbmeta = VbMetaImage::verify_path(test_file).context("verify_path")?; in unsigned_image_does_not_have_public_key()243 let vbmeta = VbMetaImage::verify_path(&test_file).context("verify_path")?; in signed_image_has_valid_vbmeta()271 VbMetaImage::verify_path(test_file), in signed_image_has_valid_vbmeta()294 let vbmeta = VbMetaImage::verify_path("test_microdroid_vendor_image.img")?; in test_rollback_index()302 VbMetaImage::verify_path("test_microdroid_vendor_image_no_rollback_index.img")?; in test_rollback_index_default_zero()