Lines Matching refs:Fd
56 pub fn openat<P: path::Arg, Fd: AsFd>(
57 dirfd: Fd,
78 pub fn readlinkat<P: path::Arg, Fd: AsFd, B: Into<Vec<u8>>>(
79 dirfd: Fd,
116 pub fn mkdirat<P: path::Arg, Fd: AsFd>(dirfd: Fd, path: P, mode: Mode) -> io::Result<()> {
163 pub fn unlinkat<P: path::Arg, Fd: AsFd>(dirfd: Fd, path: P, flags: AtFlags) -> io::Result<()> {
234 pub fn symlinkat<P: path::Arg, Q: path::Arg, Fd: AsFd>(
236 new_dirfd: Fd,
261 pub fn statat<P: path::Arg, Fd: AsFd>(dirfd: Fd, path: P, flags: AtFlags) -> io::Result<Stat> {
277 pub fn accessat<P: path::Arg, Fd: AsFd>(
278 dirfd: Fd,
295 pub fn utimensat<P: path::Arg, Fd: AsFd>(
296 dirfd: Fd,
321 pub fn chmodat<P: path::Arg, Fd: AsFd>(dirfd: Fd, path: P, mode: Mode) -> io::Result<()> {
333 pub fn fclonefileat<Fd: AsFd, DstFd: AsFd, P: path::Arg>(
334 src: Fd,
354 pub fn mknodat<P: path::Arg, Fd: AsFd>(
355 dirfd: Fd,
378 pub fn chownat<P: path::Arg, Fd: AsFd>(
379 dirfd: Fd,