/aosp_15_r20/external/elfutils/libdwfl/ |
H A D | offline.c | 283 const char *file_name, int fd, bool closefd, in __libdwfl_report_offline() 311 bool closefd = false; in dwfl_report_offline() local
|
H A D | dwfl_report_elf.c | 294 bool closefd = false; in dwfl_report_elf() local
|
/aosp_15_r20/external/python/cpython2/Modules/_io/ |
D | fileio.c | 55 unsigned int closefd : 1; member 218 int closefd = 1; in fileio_init() local
|
D | _iomodule.c | 295 int buffering = -1, closefd = 1; in io_open() local
|
/aosp_15_r20/external/python/cpython3/Modules/_io/ |
D | winconsoleio.c | 148 unsigned int closefd : 1; member 250 const char *mode, int closefd, in _io__WindowsConsoleIO___init___impl()
|
D | fileio.c | 66 unsigned int closefd : 1; member 221 int closefd, PyObject *opener)
|
D | _iomodule.c | 198 const char *newline, int closefd, PyObject *opener) in _io_open_impl()
|
/aosp_15_r20/prebuilts/go/linux-x86/src/time/ |
D | sys_unix.go | 39 func closefd(fd uintptr) { func
|
D | sys_plan9.go | 31 func closefd(fd uintptr) { func
|
D | sys_windows.go | 32 func closefd(fd uintptr) { func
|
/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/ |
D | stubs2.go | 18 func closefd(fd int32) int32 func
|
D | os_wasm.go | 150 func closefd(fd int32) int32 { panic("not implemented") } func
|
D | os_openbsd_syscall2.go | 31 func closefd(fd int32) int32 func
|
D | sys_openbsd2.go | 94 func closefd(fd int32) int32 { func
|
/aosp_15_r20/external/python/cpython3/Modules/_io/clinic/ |
D | _iomodule.c.h | 146 int closefd = 1; in _io_open() local
|
D | winconsoleio.c.h | 59 int closefd = 1; in _io__WindowsConsoleIO___init__() local
|
D | fileio.c.h | 60 int closefd = 1; in _io_FileIO___init__() local
|
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/ |
H A D | _pyio.py | 78 newline=None, closefd=True, opener=None): argument 1500 def __init__(self, file, mode='r', closefd=True, opener=None): argument 1808 def closefd(self): member in FileIO
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/ |
D | _pyio.py | 78 newline=None, closefd=True, opener=None): argument 1500 def __init__(self, file, mode='r', closefd=True, opener=None): argument 1808 def closefd(self): member in FileIO
|
/aosp_15_r20/external/python/cpython3/Lib/ |
D | _pyio.py | 78 newline=None, closefd=True, opener=None): argument 1500 def __init__(self, file, mode='r', closefd=True, opener=None): argument 1808 def closefd(self): member in FileIO
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/ |
D | _pyio.py | 78 newline=None, closefd=True, opener=None): argument 1500 def __init__(self, file, mode='r', closefd=True, opener=None): argument 1808 def closefd(self): member in FileIO
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/ |
D | _pyio.py | 78 newline=None, closefd=True, opener=None): argument 1500 def __init__(self, file, mode='r', closefd=True, opener=None): argument 1808 def closefd(self): member in FileIO
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/ |
D | _pyio.py | 78 newline=None, closefd=True, opener=None): argument 1500 def __init__(self, file, mode='r', closefd=True, opener=None): argument 1808 def closefd(self): member in FileIO
|
/aosp_15_r20/libcore/ojluni/src/main/native/ |
H A D | linux_close.cpp | 67 static int closefd(int fd1, int fd2) { in closefd() function
|
/aosp_15_r20/external/python/cpython3/Objects/ |
D | fileobject.c | 33 const char *errors, const char *newline, int closefd) in PyFile_FromFd()
|