Searched refs:loaded_image_path (Results 1 – 2 of 2) sorted by relevance
35 use utils::{loaded_image_path, wait_key_stroke};52 if let Ok(v) = loaded_image_path(&entry) { in main()
162 pub fn loaded_image_path(entry: &EfiEntry) -> Result<DevicePathText> { in loaded_image_path() function