D-Bus 1.15.8
Data Fields

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...
 

Detailed Description

Portable struct with stat() results.

Definition at line 568 of file dbus-sysdeps.h.

Field Documentation

◆ atime

unsigned long DBusStat::atime

Access time.

Definition at line 575 of file dbus-sysdeps.h.

Referenced by _dbus_stat().

◆ ctime

unsigned long DBusStat::ctime

Creation time.

Definition at line 577 of file dbus-sysdeps.h.

Referenced by _dbus_stat().

◆ gid

dbus_gid_t DBusStat::gid

Group owning file.

Definition at line 573 of file dbus-sysdeps.h.

Referenced by _dbus_stat().

◆ mode

unsigned long DBusStat::mode

File mode.

Definition at line 570 of file dbus-sysdeps.h.

Referenced by _dbus_stat().

◆ mtime

unsigned long DBusStat::mtime

Modify time.

Definition at line 576 of file dbus-sysdeps.h.

Referenced by _dbus_stat().

◆ nlink

unsigned long DBusStat::nlink

Number of hard links.

Definition at line 571 of file dbus-sysdeps.h.

Referenced by _dbus_stat().

◆ size

unsigned long DBusStat::size

Size of file.

Definition at line 574 of file dbus-sysdeps.h.

Referenced by _dbus_stat().

◆ uid

dbus_uid_t DBusStat::uid

User owning file.

Definition at line 572 of file dbus-sysdeps.h.

Referenced by _dbus_is_console_user(), and _dbus_stat().


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