Home
last modified time | relevance | path

Searched refs:Write (Results 1 – 14 of 14) sorted by relevance

/bootable/libbootloader/gbl/libefi/src/protocol/
Dsimple_text_output.rs20 use core::fmt::Write;
50 impl Write for Protocol<'_, SimpleTextOutputProtocol> {
/bootable/libbootloader/gbl/libabr/src/
Dc_staticlib.rs26 fmt::Write,
60 impl Write for AbrPrintSysdeps {
148 fn console(&mut self) -> Option<&mut dyn core::fmt::Write> { in console() argument
Dlib.rs17 use core::{cmp::min, ffi::c_uint, fmt::Write, mem::size_of};
61 fn console(&mut self) -> Option<&mut dyn Write>; in console() argument
/bootable/libbootloader/gbl/libgbl/src/
Dops.rs24 fmt::{Debug, Write},
185 impl<T: GblOps> Write for GblUtils<'_, '_, T> {
/bootable/libbootloader/gbl/libbootconfig/src/
Dlib.rs143 impl core::fmt::Write for BootConfigBuilder<'_> {
159 use core::fmt::Write;
/bootable/libbootloader/gbl/efi/src/
Dmain.rs26 use core::fmt::Write;
Dfuchsia_boot.rs17 use core::fmt::Write;
Dfastboot.rs23 use core::{fmt::Write, result::Result};
Dandroid_boot.rs16 use core::fmt::Write;
Dnet.rs21 fmt::Write,
/bootable/libbootloader/gbl/libgbl/src/fastboot/
Dvars.rs16 use core::fmt::Write;
/bootable/deprecated-ota/updater/
Dblockimg.cpp253 size_t Write(const uint8_t* data, size_t size) { in Write() function in RangeSinkWriter
381 if (nti->writer->Write(data, write_now) != write_now) { in receive_new_data()
445 if (nti->writer->Write(buffer, write_now) != write_now) { in receive_brotli_new_data()
1401 std::bind(&RangeSinkWriter::Write, &writer, std::placeholders::_1, in PerformCommandDiff()
1410 std::bind(&RangeSinkWriter::Write, &writer, std::placeholders::_1, in PerformCommandDiff()
/bootable/libbootloader/gbl/libfastboot/src/
Dlib.rs69 use core::fmt::{Debug, Display, Error, Formatter, Write};
945 impl<T: AsMut<[u8]>> core::fmt::Write for FormattedBytes<T> {
/bootable/libbootloader/gbl/libefi/src/
Dlib.rs59 use core::{fmt::Write, panic::PanicInfo};