Tizen Native API
5.0
|
Public Attributes | |
unsigned long int | dev |
unsigned long int | ino |
unsigned int | mode |
unsigned int | nlink |
unsigned int | uid |
unsigned int | gid |
unsigned long int | rdev |
unsigned long int | size |
unsigned long int | blksize |
unsigned long int | blocks |
unsigned long int | atime |
unsigned long int | atimensec |
unsigned long int | mtime |
unsigned long int | mtimensec |
unsigned long int | ctime |
unsigned long int | ctimensec |
Detailed Description
The structure to store some file statistics.
- Since (EFL) :
- 1.2
Member Data Documentation
unsigned long int _Eina_Stat::atime |
The timestamp when the file was last accessed
unsigned long int _Eina_Stat::atimensec |
The nano version of the timestamp when the file was last accessed
unsigned long int _Eina_Stat::blksize |
The block size in bytes
unsigned long int _Eina_Stat::blocks |
The number of blocks allocated
unsigned long int _Eina_Stat::ctime |
The timestamp when the file was created
unsigned long int _Eina_Stat::ctimensec |
The nano version of the timestamp when the file was created
unsigned long int _Eina_Stat::dev |
The device where this file is located
unsigned int _Eina_Stat::gid |
The owner group id
unsigned long int _Eina_Stat::ino |
The inode
unsigned int _Eina_Stat::mode |
The mode
unsigned long int _Eina_Stat::mtime |
The timestamp when the file was last modified
unsigned long int _Eina_Stat::mtimensec |
The nano version of the timestamp when the file was modified
unsigned int _Eina_Stat::nlink |
The link number
unsigned long int _Eina_Stat::rdev |
The remote device
unsigned long int _Eina_Stat::size |
The file size in bytes
unsigned int _Eina_Stat::uid |
The owner user id