Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
Dposixmodule.c5261 time_t a_sec, m_sec; in os_utime_impl() local
5271 &a_sec, &a_nsec, _PyTime_ROUND_FLOOR) == -1 || in os_utime_impl()
5276 utime.atime_s = a_sec; in os_utime_impl()