Home
last modified time | relevance | path

Searched defs:closefd (Results 1 – 13 of 13) sorted by relevance

/third_party/python/Modules/_io/clinic/
D_iomodule.c.h151 int closefd = 1; in _io_open() local
Dwinconsoleio.c.h59 int closefd = 1; in _io__WindowsConsoleIO___init__() local
Dfileio.c.h60 int closefd = 1; in _io_FileIO___init__() local
/third_party/libuv/test/
Drunner-unix.c45 static void closefd(int fd) { in closefd() function
/third_party/python/Modules/_io/
Dfileio.c65 unsigned int closefd : 1; member
223 int closefd, PyObject *opener)
Dwinconsoleio.c147 unsigned int closefd : 1; member
252 const char *mode, int closefd, in _io__WindowsConsoleIO___init___impl()
D_iomodule.c235 const char *newline, int closefd, PyObject *opener) in _io_open_impl()
/third_party/python/Objects/
Dfileobject.c34 const char *errors, const char *newline, int closefd) in PyFile_FromFd()
/third_party/libdrm/etnaviv/
Detnaviv_priv.h78 int closefd; /* call close(fd) upon destruction */ member
/third_party/libdrm/freedreno/
Dfreedreno_priv.h103 int closefd; /* call close(fd) upon destruction */ member
/third_party/python/Lib/
D_pyio.py74 newline=None, closefd=True, opener=None): argument
1509 def __init__(self, file, mode='r', closefd=True, opener=None): argument
1817 def closefd(self): member in FileIO
/third_party/mesa3d/src/etnaviv/drm/
Detnaviv_priv.h87 int closefd; /* call close(fd) upon destruction */ member
/third_party/mesa3d/src/freedreno/drm/
Dfreedreno_priv.h135 bool closefd; /* call close(fd) upon destruction */ member