Function rustix::fs::getpath

source · []
pub fn getpath<Fd: AsFd>(fd: Fd) -> Result<CString>
Available on crate feature fs only.
Expand description

fcntl(fd, F_GETPATH)

References