Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
Dposixmodule.c4584 split_py_long_to_s_and_ns(PyObject *py_long, time_t *s, long *ns) in split_py_long_to_s_and_ns() function
4700 if (!split_py_long_to_s_and_ns(PyTuple_GET_ITEM(ns, 0), in os_utime_impl()
4702 !split_py_long_to_s_and_ns(PyTuple_GET_ITEM(ns, 1), in os_utime_impl()