Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/
Dedk2module.c4631 posix_times(PyObject *self, PyObject *noargs) in posix_times() function
4645 posix_times(PyObject *self, PyObject *noargs) in posix_times() function
6873 {"times", posix_times, METH_NOARGS, posix_times__doc__},
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dposixmodule.c6225 posix_times(PyObject *self, PyObject *noargs) in posix_times() function
6239 posix_times(PyObject *self, PyObject *noargs) in posix_times() function
6261 posix_times(PyObject *self, PyObject *noargs) in posix_times() function
8737 {"times", posix_times, METH_NOARGS, posix_times__doc__},