Home
last modified time | relevance | path

Searched refs:st_birthtime (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.41.6/bsd/sys/
H A Dstat.h151 time_t st_birthtime; /* File creation time(birth) */ \
329 user64_time_t st_birthtime; /* File creation time(birth) */ member
361 user32_time_t st_birthtime; /* File creation time(birth) */ member
395 #define st_birthtime st_birthtimespec.tv_sec macro
/xnu-12377.41.6/bsd/vfs/
H A Dvfs_syscalls.c14594 usbp->st_birthtime = sbp->st_birthtime; in munge_user64_stat64()
14635 usbp->st_birthtime = sbp->st_birthtime; in munge_user32_stat64()