Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/cros_fdt/src/
H A Dfdt.rs187 fn write_blob(&self, buffer: &mut [u8]) -> Result<()> { in write_blob() method
305 fn write_blob(&self, mut writer: impl io::Write) -> Result<()> { in write_blob() method
431 fn write_blob(&self, writer: &mut impl io::Write, strings: &mut FdtStrings) -> Result<()> { in write_blob() method
628 fn write_blob(&self, mut writer: impl io::Write) -> Result<()> { in write_blob() method