Module os::fs

source · []

Re-exports

pub use dev::*;
pub use inode::list_apps;
pub use inode::open;
pub use inode::open_root_inode;
pub use inode::OSInode;
pub use pipe::make_pipe;
pub use pipe::Pipe;
pub use poll::ppoll;
pub use poll::pselect;
pub use poll::FdSet;
pub use poll::PollFd;

Modules

Structs

Native Linux directory entry structure.

Store the file attributes from a supported file.

Enums

Constants

Traits

File trait for regular and special files.