Home
last modified time | relevance | path

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

/bootable/libbootloader/gbl/libbootconfig/src/
Dlib.rs84 pub fn add_with<F>(&mut self, reader: F) -> Result<()> in add_with() method
101 self.add_with(|out| { in add()
145 self.add_with(|out| { in write_str()
273 assert!(builder.add_with(|_| Err(BootConfigError::GenericReaderError(123))).is_err()); in test_add_with_error()
/bootable/libbootloader/gbl/efi/src/
Dandroid_boot.rs234 bootconfig_builder.add_with(|out| { in load_android_simple()
248 bootconfig_builder.add_with(|out| { in load_android_simple()