Files
rust/library
Ayush Singh b725981fe2 std: sys: fs: uefi: Implement rename
- Using the file_name field in `EFI_FILE_INFO` works for renaming, even
  when changing directories.
- Does not work for cross-device rename, but that is already expected
  behaviour according to the docs:

  "This will not work if the new name is on a different mount point."

- Also add some helper code for dealing with UefiBox<file::Info>.
- Tested using OVMF in qemu.

Signed-off-by: Ayush Singh <ayush@beagleboard.org>
2026-01-01 11:53:10 +05:30
..
2025-12-23 09:56:09 +00:00
2026-01-01 11:53:10 +05:30
2025-11-16 23:35:37 -05:00
2025-12-13 16:31:09 +09:00
2025-12-19 15:48:47 -08:00