HomeSort by relevance Sort by last modified time
    Searched refs:os_open (Results 1 - 5 of 5) sorted by null

  /external/python/cpython3/Lib/test/
test_getpass.py 150 with mock.patch('os.open') as os_open, \
152 os_open.side_effect = IOError
  /external/autotest/client/bin/net/
net_utils_mock.py 12 def os_open(*args, **kwarg): function
net_utils_unittest.py 26 self.god.stub_with(os, 'open', net_utils_mock.os_open)
    [all...]
  /external/python/cpython3/Lib/test/eintrdata/
eintr_tester.py 351 def os_open(self, path): member in class:SocketEINTRTest
358 self.os_open)
  /external/python/cpython3/Modules/clinic/
posixmodule.c.h 3313 os_open(PyObject *module, PyObject **args, Py_ssize_t nargs, PyObject *kwnames) function
    [all...]

Completed in 197 milliseconds