Home
last modified time | relevance | path

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

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