Home
last modified time | relevance | path

Searched defs:mock_efi (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/bootable/libbootloader/gbl/efi/src/
H A Dops.rs905 let mut mock_efi = MockEfi::new(); in ops_write_trait() localVariable
917 let mut mock_efi = MockEfi::new(); in ops_avb_validate_vbmeta_public_key_returns_valid() localVariable
931 let mut mock_efi = MockEfi::new(); in ops_avb_validate_vbmeta_public_key_returns_valid_custom_key() localVariable
948 let mut mock_efi = MockEfi::new(); in ops_avb_validate_vbmeta_public_key_returns_invalid() localVariable
962 let mut mock_efi = MockEfi::new(); in ops_avb_validate_vbmeta_public_key_failed_error_mapped() localVariable
975 let mut mock_efi = MockEfi::new(); in ops_avb_validate_vbmeta_public_key_protocol_not_found_mapped_to_not_implemented() localVariable
989 let mut mock_efi = MockEfi::new(); in ops_avb_read_is_device_unlocked_returns_true() localVariable
1002 let mut mock_efi = MockEfi::new(); in ops_avb_read_is_device_unlocked_returns_false() localVariable
1015 let mut mock_efi = MockEfi::new(); in ops_avb_read_is_device_unlocked_protocol_not_found() localVariable
1029 let mut mock_efi = MockEfi::new(); in ops_avb_read_rollback_index_success() localVariable
[all …]
/aosp_15_r20/bootable/libbootloader/gbl/libefi/mocks/
H A Dlib.rs289 let mock_efi = MockEfi::new(); in efi_state_install() localVariable
303 let mock_efi = MockEfi::new(); in efi_state_double_install_fails() localVariable
315 let mut mock_efi = MockEfi::new(); in efi_state_con_out_write_once() localVariable
326 let mut mock_efi = MockEfi::new(); in efi_state_con_out_write_twice_same_mock() localVariable
340 let mut mock_efi = MockEfi::new(); in efi_state_con_out_write_twice_different_mock() localVariable