Searched refs:fill_time (Results 1 – 3 of 3) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/ |
D | edk2module.c | 469 fill_time(PyObject *v, int index, time_t sec, unsigned long nsec) in fill_time() function 507 fill_time(v, 2, st->st_atime, ansec); in _pystat_fromstructstat() 508 fill_time(v, 3, st->st_mtime, mnsec); in _pystat_fromstructstat() 509 fill_time(v, 4, st->st_mtime, cnsec); in _pystat_fromstructstat()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/ |
D | edk2module.c | 468 fill_time(PyObject *v, int index, time_t sec, unsigned long nsec) in fill_time() function 506 fill_time(v, 2, st->st_atime, ansec); in _pystat_fromstructstat() 507 fill_time(v, 3, st->st_mtime, mnsec); in _pystat_fromstructstat() 508 fill_time(v, 4, st->st_mtime, cnsec); in _pystat_fromstructstat()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
D | posixmodule.c | 1266 fill_time(PyObject *v, int index, time_t sec, unsigned long nsec) in fill_time() function 1334 fill_time(v, 7, st->st_atime, ansec); in _pystat_fromstructstat() 1335 fill_time(v, 8, st->st_mtime, mnsec); in _pystat_fromstructstat() 1336 fill_time(v, 9, st->st_ctime, cnsec); in _pystat_fromstructstat()
|