Home
last modified time | relevance | path

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

/third_party/python/Modules/
H A Dposixmodule.c2372 fill_time(PyObject *module, PyObject *v, int index, time_t sec, unsigned long nsec) in fill_time() function
2457 fill_time(module, v, 7, st->st_atime, ansec); in _pystat_fromstructstat()
2458 fill_time(module, v, 8, st->st_mtime, mnsec); in _pystat_fromstructstat()
2459 fill_time(module, v, 9, st->st_ctime, cnsec); in _pystat_fromstructstat()

Completed in 16 milliseconds