Home
last modified time | relevance | path

Searched defs:os_open (Results 1 – 5 of 5) sorted by relevance

/external/autotest/client/bin/net/
Dnet_utils_mock.py12 def os_open(*args, **kwarg): function
/external/python/cpython3/Lib/test/eintrdata/
Deintr_tester.py359 def os_open(self, path): member in SocketEINTRTest
/external/u-boot/arch/sandbox/cpu/
Dos.c67 int os_open(const char *pathname, int os_flags) in os_open() function
/external/python/setuptools/pkg_resources/
D__init__.py62 from os import open as os_open unknown
/external/python/cpython3/Modules/clinic/
Dposixmodule.c.h3367 os_open(PyObject *module, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in os_open() function