Home
last modified time | relevance | path

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

/bootable/libbootloader/gbl/efi/src/
Dutils.rs157 let path_to_text = bs.find_first_and_open::<DevicePathToTextProtocol>()?; in get_device_path() localVariable
158 Ok(path_to_text.convert_device_path_to_text(&path, false, false)?) in get_device_path()