Searched refs:os_open_impl (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Modules/clinic/ |
D | posixmodule.c.h | 3364 os_open_impl(PyObject *module, path_t *path, int flags, int mode, int dir_fd); 3382 _return_value = os_open_impl(module, &path, flags, mode, dir_fd); in os_open()
|
/external/python/cpython3/Modules/ |
D | posixmodule.c | 7711 os_open_impl(PyObject *module, path_t *path, int flags, int mode, int dir_fd) in os_open_impl() function
|