Home
last modified time | relevance | path

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

/system/security/keystore2/src/
Ddatabase.rs3553 let blob_entry_row_count: u32 = db in test_remove_expired_certs() localVariable
3559 assert_eq!(blob_entry_row_count, 9); in test_remove_expired_certs()
3587 let blob_entry_row_count: u32 = db in test_remove_expired_certs() localVariable
3593 assert_eq!(blob_entry_row_count, 3); in test_remove_expired_certs()
3632 let blob_entry_row_count: u32 = db in test_dont_remove_valid_certs() localVariable
3638 assert_eq!(blob_entry_row_count, 9); in test_dont_remove_valid_certs()
3655 let blob_entry_row_count: u32 = db in test_dont_remove_valid_certs() localVariable
3661 assert_eq!(blob_entry_row_count, 9); in test_dont_remove_valid_certs()