mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
Implement std::os::unix::fs::FileExt for RawFile by delegating to the inner File. This enables callers holding a reference to a RawFile to use read_exact_at and write_all_at directly for non-cursor I/O (like pread, etc) without going through custom helper functions. Assisted-by: Claude:Opus-4.6 Signed-off-by: Rob Bradford <rbradford@meta.com>