Lines Matching defs:res
179 let res = path.with_nix_path(|cstr| unsafe { in mknod() localVariable
201 let res = path.with_nix_path(|cstr| unsafe { in mknodat() localVariable
241 let res = path.with_nix_path(|cstr| unsafe { in stat() localVariable
252 let res = path.with_nix_path(|cstr| unsafe { in lstat() localVariable
263 let res = unsafe { libc::fstat(fd, dst.as_mut_ptr()) }; in fstat() localVariable
278 let res = pathname.with_nix_path(|cstr| unsafe { in fstatat() localVariable
298 let res = unsafe { libc::fchmod(fd, mode.bits() as mode_t) }; in fchmod() localVariable
338 let res = path.with_nix_path(|cstr| unsafe { in fchmodat() localVariable
366 let res = path.with_nix_path(|cstr| unsafe { in utimes() localVariable
398 let res = path.with_nix_path(|cstr| unsafe { in lutimes() localVariable
413 let res = unsafe { libc::futimens(fd, ×[0]) }; in futimens() localVariable
456 let res = path.with_nix_path(|cstr| unsafe { in utimensat() localVariable
475 let res = path.with_nix_path(|cstr| unsafe { in mkdirat() localVariable