HomeSort by relevance Sort by last modified time
    Searched defs:closefd (Results 26 - 31 of 31) sorted by null

12

  /external/python/cpython3/Lib/
_pyio.py 41 newline=None, closefd=True, opener=None):
49 returned I/O object is closed, unless closefd is set to False.)
137 closedfd is a bool. If closefd is False, the underlying file descriptor will
210 closefd, opener=opener)
258 "errors=None, newline=None, closefd=True)\n\n" +
1703 def closefd(self): member in class:FileIO
    [all...]
  /external/python/cpython3/Modules/_io/
fileio.c 70 unsigned int closefd : 1; member in struct:__anon33323
95 if (self->fd >= 0 && self->closefd) {
158 if (!self->closefd) {
195 self->closefd = 1;
210 closefd: int(c_default="1") = True
230 int closefd, PyObject *opener)
256 if (self->closefd) {
372 self->closefd = closefd;
375 self->closefd = 1
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
os3_solaris.go 196 closefd(fd)
385 func closefd(fd int32) int32 { func
os_windows.go 147 func closefd(fd int32) int32 { func
  /prebuilts/go/linux-x86/src/runtime/
os3_solaris.go 196 closefd(fd)
385 func closefd(fd int32) int32 { func
os_windows.go 147 func closefd(fd int32) int32 { func

Completed in 248 milliseconds

12