Skip to main content

SYS_FSTATAT

Constant SYS_FSTATAT 

Source
pub const SYS_FSTATAT: usize = 463;
Expand description

Get file status relative to a directory FD.

  • dirfd: directory file descriptor (or AT_FDCWD)
  • path_ptr: pointer to the path string
  • path_len: length of the path
  • stat_ptr: pointer to a FileStat struct
  • flags: flags (AT_SYMLINK_NOFOLLOW to not follow symlinks)

Returns 0 on success.