Home
last modified time | relevance | path

Searched refs:file_close (Results 1 – 9 of 9) sorted by relevance

/external/llvm-project/lldb/source/Plugins/Process/Linux/
DProcessorTrace.h55 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()
DProcessorTrace.cpp130 m_fd = std::unique_ptr<int, file_close>(new int(fd), file_close()); in StartTrace()
/external/llvm/test/CodeGen/PowerPC/
Dctrloop-reg.ll85 declare i32 @file_close(...)
/external/llvm-project/llvm/test/CodeGen/PowerPC/
Dctrloop-reg.ll85 declare i32 @file_close(...)
/external/python/cpython2/Lib/test/
Dtest_httplib.py42 self.file.close = self.file_close #nerf close ()
45 def file_close(self): member in FakeSocket
/external/python/cpython2/Objects/
Dfileobject.c677 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/
Durllib.py928 ftpobj = addclosehook(conn.makefile('rb'), self.file_close)
942 def file_close(self): member in ftpwrapper
/external/python/cpython3/Lib/test/
Dtest_httplib.py69 self.file.close = self.file_close #nerf close ()
72 def file_close(self): member in FakeSocket
/external/python/cpython3/Lib/urllib/
Drequest.py2454 ftpobj = addclosehook(conn.makefile('rb'), self.file_close)
2468 def file_close(self): member in ftpwrapper