Home
last modified time | relevance | path

Searched refs:os_open (Results 1 - 4 of 4) sorted by relevance

/third_party/python/Lib/test/
H A Dtest_getpass.py153 with mock.patch('os.open') as os_open, \
155 os_open.side_effect = IOError
H A D_test_eintr.py356 def os_open(self, path): member in SocketEINTRTest
364 self.os_open)
/third_party/libfuse/test/
H A Dtest_examples.py507 def os_open(name, flags): function
625 with os_open(fullname, os.O_WRONLY) as fd:
627 with os_open(fullname, os.O_WRONLY|os.O_APPEND) as fd:
637 with os_open(fullname, os.O_WRONLY) as fd:
640 with os_open(fullname, os.O_WRONLY) as fd:
/third_party/python/Modules/clinic/
H A Dposixmodule.c.h4528 {"open", _PyCFunction_CAST(os_open), METH_FASTCALL|METH_KEYWORDS, os_open__doc__},
4534 os_open(PyObject *module, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in os_open() function

Completed in 13 milliseconds