Home
last modified time | relevance | path

Searched defs:io_open (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/freedreno/decode/
Dio.c87 struct io * io_open(const char *filename) in io_open() function
/external/python/pyfakefs/pyfakefs/tests/
Dimport_as_example.py18 from io import open as io_open unknown
/external/arm-trusted-firmware/drivers/io/
Dio_storage.c209 int io_open(uintptr_t dev_handle, const uintptr_t spec, uintptr_t *handle) in io_open() function
/external/python/cpython2/Modules/_io/
D_iomodule.c288 io_open(PyObject *self, PyObject *args, PyObject *kwds) in io_open() function
/external/lua/src/
Dliolib.c263 static int io_open (lua_State *L) { in io_open() function
/external/python/cpython3/Modules/
D_zoneinfo.c11 static PyObject *io_open = NULL; variable