Home
last modified time | relevance | path

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

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