pub unsafe fn load_manifests_from_esp(
bs: &BootServices,
image_handle: *mut (),
storage: &mut IsoStorageManager,
) -> Result<usize, ManifestIoError>Expand description
Load all manifests from ESP and populate a storage manager
Scans /.iso/ for .MFS manifest files and loads them.
§Arguments
bs- UEFI Boot Servicesimage_handle- Current image handlestorage- Storage manager to populate
§Returns
Ok(count)- Number of manifests loadedErr(ManifestIoError)on failure