We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45ce231 commit 31c928bCopy full SHA for 31c928b
uefi/src/proto/shell/mod.rs
@@ -399,7 +399,7 @@ impl Shell {
399
///
400
/// # Errors
401
402
- /// * [`STATUS::EFI_DEVICE_ERROR] The file could not be accessed
+ /// * [`uefi::Status::DEVICE_ERROR`] The file could not be accessed
403
pub fn get_file_size(&self, file_handle: ShellFileHandle, size: *mut u64) -> Result<()> {
404
(self.get_file_size)(file_handle, size).to_result()
405
}
0 commit comments