Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
Dposixmodule.c.h330 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/
Dposixmodule.c2783 os_chmod_impl(PyObject *module, path_t *path, int mode, int dir_fd, in os_chmod_impl() function