Home
last modified time | relevance | path

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

/aosp_15_r20/system/security/keystore2/src/legacy_blob/
H A Dtests.rs150 let legacy_blob_loader = LegacyBlobLoader::new(temp_dir.path()); in test_is_empty() localVariable
152 assert!(legacy_blob_loader.is_empty().expect("Should succeed and be empty.")); in test_is_empty()
157 assert!(legacy_blob_loader.is_empty().expect("Should succeed and still be empty.")); in test_is_empty()
161 assert!(!legacy_blob_loader.is_empty().expect("Should succeed but not be empty.")); in test_is_empty()
165 assert!(!legacy_blob_loader.is_empty().expect("Should succeed but still not be empty.")); in test_is_empty()
169 assert!(!legacy_blob_loader.is_empty().expect("Should succeed but still not be empty.")); in test_is_empty()
173 assert!(legacy_blob_loader.is_empty().expect("Should succeed and be empty again.")); in test_is_empty()
225 let legacy_blob_loader = LegacyBlobLoader::new(temp_dir.path()); in test_legacy_blobs() localVariable
228 legacy_blob_loader.load_by_uid_alias(10223, "authbound", &None)? in test_legacy_blobs()
246 legacy_blob_loader.load_by_uid_alias(10223, "authbound", &None)? in test_legacy_blobs()
[all …]