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