Searched refs:os_chmod_impl (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Modules/clinic/ |
D | posixmodule.c.h | 330 os_chmod_impl(PyObject *module, path_t *path, int mode, int dir_fd, 348 return_value = os_chmod_impl(module, &path, mode, dir_fd, follow_symlinks); in os_chmod()
|
/external/python/cpython3/Modules/ |
D | posixmodule.c | 2783 os_chmod_impl(PyObject *module, path_t *path, int mode, int dir_fd, in os_chmod_impl() function
|