Home
last modified time | relevance | path

Searched defs:fetch_data_fn (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/uefi/src/proto/media/
Dload_file.rs72 let fetch_data_fn = |buf: &'a mut [u8]| { in load_file() localVariable
138 let fetch_data_fn = |buf: &'a mut [u8]| { in load_file() localVariable
/aosp_15_r20/external/rust/crates/uefi/src/proto/media/
Dload_file.rs72 let fetch_data_fn = |buf: &'a mut [u8]| { in load_file() localVariable
138 let fetch_data_fn = |buf: &'a mut [u8]| { in load_file() localVariable
/aosp_15_r20/external/rust/crates/uefi/src/proto/media/file/
Ddir.rs74 let fetch_data_fn = |buf| { in read_entry_boxed() localVariable
107 let fetch_data_fn = |buf| { in read_entry_boxed_in() localVariable
Dmod.rs196 let fetch_data_fn = |buf| self.get_info::<Info>(buf); in get_boxed_info() localVariable
210 let fetch_data_fn = |buf| self.get_info::<Info>(buf); in get_boxed_info_in() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/uefi/src/proto/media/file/
Ddir.rs74 let fetch_data_fn = |buf| { in read_entry_boxed() localVariable
107 let fetch_data_fn = |buf| { in read_entry_boxed_in() localVariable
Dmod.rs196 let fetch_data_fn = |buf| self.get_info::<Info>(buf); in get_boxed_info() localVariable
210 let fetch_data_fn = |buf| self.get_info::<Info>(buf); in get_boxed_info_in() localVariable
/aosp_15_r20/external/rust/crates/uefi/src/mem/
Dutil.rs218 let fetch_data_fn = |buf| uefi_function_stub_read(buf); in test_make_boxed_utility() localVariable
227 let fetch_data_fn = |buf| uefi_function_stub_read(buf); in test_make_boxed_utility() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/uefi/src/mem/
Dutil.rs218 let fetch_data_fn = |buf| uefi_function_stub_read(buf); in test_make_boxed_utility() localVariable
227 let fetch_data_fn = |buf| uefi_function_stub_read(buf); in test_make_boxed_utility() localVariable