Home
last modified time | relevance | path

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

/external/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd11/
Db64.rs23 pub st_birthtime: ::time_t, field
/external/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd12/
Db64.rs19 pub st_birthtime: ::time_t, field
/external/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd13/
Db64.rs19 pub st_birthtime: ::time_t, field
/external/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
Dpowerpc64.rs30 pub st_birthtime: ::time_t,
Dx86.rs30 pub st_birthtime: ::time_t,
Darm.rs33 pub st_birthtime: ::time_t,
/external/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/
Dmod.rs239 pub st_birthtime: ::time_t,
/external/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
Dmod.rs117 pub st_birthtime: ::time_t,
/external/python/cpython2/
Dpyconfig.h.in737 /* Define to 1 if `st_birthtime' is a member of `struct stat'. */
Dconfigure.ac3577 AC_CHECK_MEMBERS([struct stat.st_birthtime])
/external/python/cpython2/Doc/library/
Dos.rst1409 * :attr:`st_birthtime` - time of file creation
1454 Added :attr:`st_gen` and :attr:`st_birthtime`.
/external/python/cpython3/
Dpyconfig.h.in1064 /* Define to 1 if `st_birthtime' is a member of `struct stat'. */
Dconfigure.ac4215 AC_CHECK_MEMBERS([struct stat.st_birthtime])
/external/rust/crates/libc/src/unix/bsd/apple/
Dmod.rs137 pub st_birthtime: time_t,
/external/python/cpython2/Modules/
Dposixmodule.c1549 bsec = (long)st->st_birthtime; in _pystat_fromstructstat()
/external/python/cpython2/Doc/whatsnew/
D2.5.rst1466 :attr:`st_birthtime`. The :attr:`st_flags` attribute is also available, if the
/external/python/cpython3/Doc/whatsnew/
D2.5.rst1467 :attr:`st_birthtime`. The :attr:`st_flags` attribute is also available, if the
/external/python/cpython3/Modules/
Dposixmodule.c2374 bsec = (long)st->st_birthtime; in _pystat_fromstructstat()
/external/python/cpython3/Doc/library/
Dos.rst2647 .. attribute:: st_birthtime
/external/python/cpython2/Misc/
DHISTORY1487 st_birthtime for FreeBSD.
/external/python/cpython3/Misc/
DHISTORY18871 st_birthtime for FreeBSD.