|
D-Bus 1.14.4
|
Portable struct with stat() results. More...
#include <dbus-sysdeps.h>
Data Fields | |
| unsigned long | mode |
| File mode. More... | |
| unsigned long | nlink |
| Number of hard links. More... | |
| dbus_uid_t | uid |
| User owning file. More... | |
| dbus_gid_t | gid |
| Group owning file. More... | |
| unsigned long | size |
| Size of file. More... | |
| unsigned long | atime |
| Access time. More... | |
| unsigned long | mtime |
| Modify time. More... | |
| unsigned long | ctime |
| Creation time. More... | |
Portable struct with stat() results.
Definition at line 549 of file dbus-sysdeps.h.
| unsigned long DBusStat::atime |
| unsigned long DBusStat::ctime |
| dbus_gid_t DBusStat::gid |
| unsigned long DBusStat::mode |
| unsigned long DBusStat::mtime |
| unsigned long DBusStat::nlink |
| unsigned long DBusStat::size |
| dbus_uid_t DBusStat::uid |
User owning file.
Definition at line 553 of file dbus-sysdeps.h.
Referenced by _dbus_is_console_user(), and _dbus_stat().