pub fn walk_mounts<P: PhysicalMemoryProvider>(
reader: &ObjectReader<P>,
) -> Result<Vec<MountEntry>>Expand description
Walk mount list and return all mounted filesystems.
Returns Ok(Vec::new()) when init_task symbol is absent.
pub fn walk_mounts<P: PhysicalMemoryProvider>(
reader: &ObjectReader<P>,
) -> Result<Vec<MountEntry>>Walk mount list and return all mounted filesystems.
Returns Ok(Vec::new()) when init_task symbol is absent.