Searched refs:is_empty_user (Results 1 – 1 of 1) sorted by relevance
983 pub fn is_empty_user(&self, user_id: u32) -> Result<bool> { in is_empty_user() method1224 if self.is_empty_user(user_id).context(ks_err!("Trying to check for empty user dir."))? { in remove_user_dir_if_empty()1343 if self.is_empty_user(user_id).ok().unwrap_or(false) { in remove_super_key()1921 assert!(!legacy_blob_loader.is_empty_user(0)?); in test_legacy_blobs()1924 assert!(legacy_blob_loader.is_empty_user(1)?); in test_legacy_blobs()1929 assert!(legacy_blob_loader.is_empty_user(0)?); in test_legacy_blobs()2023 assert!(!legacy_blob_loader.is_empty_user(0).unwrap()); in test_with_encrypted_characteristics()2026 assert!(legacy_blob_loader.is_empty_user(1).unwrap()); in test_with_encrypted_characteristics()2031 assert!(legacy_blob_loader.is_empty_user(0).unwrap()); in test_with_encrypted_characteristics()2111 assert!(!legacy_blob_loader.is_empty_user(0).unwrap()); in test_with_encrypted_certificates()[all …]