Home
last modified time | relevance | path

Searched refs:a_nsec (Results 1 - 2 of 2) sorted by relevance

/third_party/rust/crates/rustix/tests/fs/
H A Dy2038.rs21 let a_nsec = m_nsec + 1; in test_y2038_with_utimensat()
30 tv_nsec: a_nsec as _, in test_y2038_with_utimensat()
64 || stat.st_atime_nsec as u32 >= a_nsec in test_y2038_with_utimensat()
69 || stat.st_atimensec as u32 >= a_nsec in test_y2038_with_utimensat()
91 || stat.st_atime_nsec as u32 >= a_nsec in test_y2038_with_utimensat()
96 || stat.st_atimensec as u32 >= a_nsec in test_y2038_with_utimensat()
120 let a_nsec = m_nsec + 1; in test_y2038_with_futimens()
129 tv_nsec: a_nsec as _, in test_y2038_with_futimens()
160 || stat.st_atime_nsec as u32 >= a_nsec in test_y2038_with_futimens()
165 || stat.st_atimensec as u32 >= a_nsec in test_y2038_with_futimens()
[all...]
/third_party/python/Modules/
H A Dposixmodule.c5529 long a_nsec, m_nsec; in os_utime_impl() local
5538 &a_sec, &a_nsec, _PyTime_ROUND_FLOOR) == -1 || in os_utime_impl()
5544 utime.atime_ns = a_nsec; in os_utime_impl()

Completed in 16 milliseconds