Searched refs:os_utime_impl (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Modules/clinic/ |
D | posixmodule.c.h | 1585 os_utime_impl(PyObject *module, path_t *path, PyObject *times, PyObject *ns, 1604 return_value = os_utime_impl(module, &path, times, ns, dir_fd, follow_symlinks); in os_utime()
|
/external/python/cpython3/Modules/ |
D | posixmodule.c | 4650 os_utime_impl(PyObject *module, path_t *path, PyObject *times, PyObject *ns, in os_utime_impl() function
|