Searched refs:os_open (Results 1 - 4 of 4) sorted by relevance
/third_party/python/Lib/test/ |
H A D | test_getpass.py | 153 with mock.patch('os.open') as os_open, \ 155 os_open.side_effect = IOError
|
H A D | _test_eintr.py | 356 def os_open(self, path): member in SocketEINTRTest 364 self.os_open)
|
/third_party/libfuse/test/ |
H A D | test_examples.py | 507 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 D | posixmodule.c.h | 4528 {"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