Searched refs:file_close (Results 1 – 9 of 9) sorted by relevance
/external/llvm-project/lldb/source/Plugins/Process/Linux/ |
D | ProcessorTrace.h | 55 class file_close { 58 file_close() = default; 71 std::unique_ptr<int, file_close> m_fd; 90 m_mmap_aux(nullptr, munmap_delete(0)), m_fd(nullptr, file_close()), in ProcessorTraceMonitor()
|
D | ProcessorTrace.cpp | 130 m_fd = std::unique_ptr<int, file_close>(new int(fd), file_close()); in StartTrace()
|
/external/llvm-project/llvm/test/CodeGen/PowerPC/ |
D | ctrloop-reg.ll | 85 declare i32 @file_close(...)
|
/external/llvm/test/CodeGen/PowerPC/ |
D | ctrloop-reg.ll | 85 declare i32 @file_close(...)
|
/external/python/cpython2/Lib/test/ |
D | test_httplib.py | 42 self.file.close = self.file_close #nerf close () 45 def file_close(self): member in FakeSocket
|
/external/python/cpython2/Objects/ |
D | fileobject.c | 677 file_close(PyFileObject *f) in file_close() function 2152 {"close", (PyCFunction)file_close, METH_NOARGS, close_doc}, 2434 PyObject *closeresult = file_close(foself); in file_init()
|
/external/python/cpython2/Lib/ |
D | urllib.py | 928 ftpobj = addclosehook(conn.makefile('rb'), self.file_close) 942 def file_close(self): member in ftpwrapper
|
/external/python/cpython3/Lib/test/ |
D | test_httplib.py | 69 self.file.close = self.file_close #nerf close () 72 def file_close(self): member in FakeSocket
|
/external/python/cpython3/Lib/urllib/ |
D | request.py | 2454 ftpobj = addclosehook(conn.makefile('rb'), self.file_close) 2468 def file_close(self): member in ftpwrapper
|