1 2 3 4 5 6
#[path = "../linux/osdir.rs"] pub(crate) mod osdir; #[path = "../linux/path.rs"] pub(crate) mod path; pub(crate) const O_RSYNC: yanix::file::OFlags = yanix::file::OFlags::RSYNC;