Home
last modified time | relevance | path

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

/bootable/libbootloader/gbl/efi/src/
Dops.rs740 let mut mock_efi = MockEfi::new(); in ops_write_trait() localVariable
752 let mut mock_efi = MockEfi::new(); in ops_avb_validate_vbmeta_public_key_returns_valid() localVariable
766 let mut mock_efi = MockEfi::new(); in ops_avb_validate_vbmeta_public_key_returns_valid_custom_key() localVariable
783 let mut mock_efi = MockEfi::new(); in ops_avb_validate_vbmeta_public_key_returns_invalid() localVariable
797 let mut mock_efi = MockEfi::new(); in ops_avb_validate_vbmeta_public_key_failed_error_mapped() localVariable
810 let mut mock_efi = MockEfi::new(); in ops_avb_validate_vbmeta_public_key_protocol_not_found_mapped_to_not_implemented() localVariable
824 let mut mock_efi = MockEfi::new(); in ops_avb_read_is_device_unlocked_returns_true() localVariable
837 let mut mock_efi = MockEfi::new(); in ops_avb_read_is_device_unlocked_returns_false() localVariable
850 let mut mock_efi = MockEfi::new(); in ops_avb_read_is_device_unlocked_protocol_not_found() localVariable
864 let mut mock_efi = MockEfi::new(); in ops_avb_read_rollback_index_success() localVariable
[all …]
/bootable/libbootloader/gbl/libefi/mocks/
Dlib.rs310 let mock_efi = MockEfi::new(); in efi_state_install() localVariable
324 let mock_efi = MockEfi::new(); in efi_state_double_install_fails() localVariable
336 let mut mock_efi = MockEfi::new(); in efi_state_con_out_write_once() localVariable
347 let mut mock_efi = MockEfi::new(); in efi_state_con_out_write_twice_same_mock() localVariable
361 let mut mock_efi = MockEfi::new(); in efi_state_con_out_write_twice_different_mock() localVariable