Searched defs:from_fs (Results 1 – 2 of 2) sorted by relevance
27 fn from_fs(fs_path: &Path, fdt_buffer: &'a mut [u8]) -> Result<&'a mut Self>; in from_fs() method34 fn from_fs(fs_path: &Path, fdt_buffer: &'a mut [u8]) -> Result<&'a mut Fdt> { in from_fs() method
32 pub fn from_fs(path: &Path) -> Result<Self> { in from_fs() method