Home
last modified time | relevance | path

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

/third_party/rust/crates/rustix/tests/fs/
H A Dy2038.rs18 let m_sec = 1_u64 << 32; in test_y2038_with_utimensat()
20 let a_sec = m_sec + 1; in test_y2038_with_utimensat()
25 tv_sec: m_sec as _, in test_y2038_with_utimensat()
51 m_sec in test_y2038_with_utimensat()
78 m_sec in test_y2038_with_utimensat()
117 let m_sec = 1_u64 << 32; in test_y2038_with_futimens()
119 let a_sec = m_sec + 1; in test_y2038_with_futimens()
124 tv_sec: m_sec as _, in test_y2038_with_futimens()
148 assert_eq!(TryInto::<u64>::try_into(stat.st_mtime).unwrap(), m_sec); in test_y2038_with_futimens()
174 m_sec in test_y2038_with_futimens()
[all...]
/third_party/python/Modules/
H A Dposixmodule.c5528 time_t a_sec, m_sec; in os_utime_impl() local
5540 &m_sec, &m_nsec, _PyTime_ROUND_FLOOR) == -1) { in os_utime_impl()
5545 utime.mtime_s = m_sec; in os_utime_impl()

Completed in 17 milliseconds