OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:os_open
(Results
1 - 4
of
4
) sorted by null
/external/autotest/client/bin/net/
net_utils_mock.py
12
def
os_open
(*args, **kwarg):
function
/external/python/cpython3/Lib/test/eintrdata/
eintr_tester.py
359
def
os_open
(self, path):
member in class:SocketEINTRTest
367
self.
os_open
)
/external/u-boot/arch/sandbox/cpu/
os.c
67
int
os_open
(const char *pathname, int os_flags)
function
580
fd =
os_open
(fname, O_RDONLY);
591
fd =
os_open
(fname, O_RDONLY);
/external/python/cpython3/Modules/clinic/
posixmodule.c.h
3367
os_open
(PyObject *module, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames)
function
[
all
...]
Completed in 883 milliseconds