mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-07 16:36:14 +00:00
std: uefi: fs: Implement mkdir - Since there is no direct mkdir in UEFI, first check if a file/dir with same path exists and then create the directory. cc `@dvdhrm` `@nicholasbishop`