Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dpytime.h72 PyAPI_FUNC(int) _PyTime_ObjectToTimespec(
/external/python/cpython3/Python/
Dpytime.c230 _PyTime_ObjectToTimespec(PyObject *obj, time_t *sec, long *nsec, in _PyTime_ObjectToTimespec() function
/external/python/cpython3/Modules/
Dposixmodule.c5270 if (_PyTime_ObjectToTimespec(PyTuple_GET_ITEM(times, 0), in os_utime_impl()
5272 _PyTime_ObjectToTimespec(PyTuple_GET_ITEM(times, 1), in os_utime_impl()
D_testcapimodule.c3554 if (_PyTime_ObjectToTimespec(obj, &sec, &nsec, round) == -1) in test_pytime_object_to_timespec()