Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
Dposixmodule.c4673 time_t a_sec, m_sec; in os_utime_impl() local
4685 &m_sec, &m_nsec, _PyTime_ROUND_FLOOR) == -1) { in os_utime_impl()
4690 utime.mtime_s = m_sec; in os_utime_impl()