Rizin
unix-like reverse engineering framework and cli tools
uv_stat_t Struct Reference

#include <uv.h>

Public Attributes

uint64_t st_dev
 
uint64_t st_mode
 
uint64_t st_nlink
 
uint64_t st_uid
 
uint64_t st_gid
 
uint64_t st_rdev
 
uint64_t st_ino
 
uint64_t st_size
 
uint64_t st_blksize
 
uint64_t st_blocks
 
uint64_t st_flags
 
uint64_t st_gen
 
uv_timespec_t st_atim
 
uv_timespec_t st_mtim
 
uv_timespec_t st_ctim
 
uv_timespec_t st_birthtim
 

Detailed Description

Definition at line 349 of file uv.h.

Member Data Documentation

◆ st_atim

uv_timespec_t uv_stat_t::st_atim

Definition at line 362 of file uv.h.

Referenced by fs__stat_handle().

◆ st_birthtim

uv_timespec_t uv_stat_t::st_birthtim

Definition at line 365 of file uv.h.

Referenced by fs__stat_handle().

◆ st_blksize

uint64_t uv_stat_t::st_blksize

Definition at line 358 of file uv.h.

Referenced by fs__stat_handle().

◆ st_blocks

uint64_t uv_stat_t::st_blocks

Definition at line 359 of file uv.h.

Referenced by fs__stat_handle().

◆ st_ctim

uv_timespec_t uv_stat_t::st_ctim

Definition at line 364 of file uv.h.

Referenced by fs__stat_handle().

◆ st_dev

uint64_t uv_stat_t::st_dev

Definition at line 350 of file uv.h.

Referenced by fs__copyfile(), and fs__stat_handle().

◆ st_flags

uint64_t uv_stat_t::st_flags

Definition at line 360 of file uv.h.

Referenced by fs__stat_handle().

◆ st_gen

uint64_t uv_stat_t::st_gen

Definition at line 361 of file uv.h.

Referenced by fs__stat_handle().

◆ st_gid

uint64_t uv_stat_t::st_gid

Definition at line 354 of file uv.h.

Referenced by fs__stat_handle().

◆ st_ino

uint64_t uv_stat_t::st_ino

Definition at line 356 of file uv.h.

Referenced by fs__copyfile(), and fs__stat_handle().

◆ st_mode

uint64_t uv_stat_t::st_mode

Definition at line 351 of file uv.h.

Referenced by fs__stat_handle().

◆ st_mtim

uv_timespec_t uv_stat_t::st_mtim

Definition at line 363 of file uv.h.

Referenced by fs__stat_handle().

◆ st_nlink

uint64_t uv_stat_t::st_nlink

Definition at line 352 of file uv.h.

Referenced by fs__stat_handle().

◆ st_rdev

uint64_t uv_stat_t::st_rdev

Definition at line 355 of file uv.h.

Referenced by fs__stat_handle().

◆ st_size

uint64_t uv_stat_t::st_size

Definition at line 357 of file uv.h.

Referenced by fs__stat_handle().

◆ st_uid

uint64_t uv_stat_t::st_uid

Definition at line 353 of file uv.h.

Referenced by fs__stat_handle().


The documentation for this struct was generated from the following file: