Searched refs:os_access_impl (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Modules/clinic/ |
D | posixmodule.c.h | 165 os_access_impl(PyObject *module, path_t *path, int mode, int dir_fd, 224 _return_value = os_access_impl(module, &path, mode, dir_fd, effective_ids, follow_symlinks); in os_access()
|
/external/python/cpython3/Modules/ |
D | posixmodule.c | 2876 os_access_impl(PyObject *module, path_t *path, int mode, int dir_fd, in os_access_impl() function
|