#include <FBLib_hdd.h>
Data Fields | |
__dev_t | st_dev |
long int | st_pad1 [2] |
__ino64_t | st_ino |
__mode_t | st_mode |
__nlink_t | st_nlink |
__uid_t | st_uid |
__gid_t | st_gid |
__dev_t | st_rdev |
long int | st_pad2 [2] |
__off64_t | st_size |
__time_t | st_atime |
long int | __reserved0 |
__time_t | st_mtime |
long int | __reserved1 |
__time_t | st_ctime |
long int | __reserved2 |
__blksize_t | st_blksize |
long int | st_pad4 |
__blkcnt64_t | st_blocks |
long int | st_pad5 [14] |
Definition at line 72 of file FBLib_hdd.h.
long int tstat64::__reserved0 |
Definition at line 85 of file FBLib_hdd.h.
long int tstat64::__reserved1 |
Definition at line 87 of file FBLib_hdd.h.
long int tstat64::__reserved2 |
Definition at line 89 of file FBLib_hdd.h.
__time_t tstat64::st_atime |
Definition at line 84 of file FBLib_hdd.h.
__blksize_t tstat64::st_blksize |
Definition at line 90 of file FBLib_hdd.h.
__blkcnt64_t tstat64::st_blocks |
Definition at line 92 of file FBLib_hdd.h.
__time_t tstat64::st_ctime |
Definition at line 88 of file FBLib_hdd.h.
__dev_t tstat64::st_dev |
Definition at line 74 of file FBLib_hdd.h.
__gid_t tstat64::st_gid |
Definition at line 80 of file FBLib_hdd.h.
__ino64_t tstat64::st_ino |
Definition at line 76 of file FBLib_hdd.h.
Referenced by HDD_GetFileSizeAndInode().
__mode_t tstat64::st_mode |
Definition at line 77 of file FBLib_hdd.h.
Referenced by GetPathType().
__time_t tstat64::st_mtime |
Definition at line 86 of file FBLib_hdd.h.
Referenced by HDD_GetFileTimeByFileName().
__nlink_t tstat64::st_nlink |
Definition at line 78 of file FBLib_hdd.h.
long int tstat64::st_pad1[2] |
Definition at line 75 of file FBLib_hdd.h.
long int tstat64::st_pad2[2] |
Definition at line 82 of file FBLib_hdd.h.
long int tstat64::st_pad4 |
Definition at line 91 of file FBLib_hdd.h.
long int tstat64::st_pad5[14] |
Definition at line 93 of file FBLib_hdd.h.
__dev_t tstat64::st_rdev |
Definition at line 81 of file FBLib_hdd.h.
__off64_t tstat64::st_size |
Definition at line 83 of file FBLib_hdd.h.
Referenced by HDD_GetFileSizeAndInode().
__uid_t tstat64::st_uid |
Definition at line 79 of file FBLib_hdd.h.