| /NextBSD/contrib/compiler-rt/lib/sanitizer_common/tests/ |
| HD | sanitizer_libc_test.cc | 86 CloseFile(fd); in TEST() 117 CloseFile(fd); in TEST() 155 CloseFile(fd); in TEST()
|
| /NextBSD/contrib/compiler-rt/lib/sanitizer_common/ |
| HD | sanitizer_coverage_libcdep.cc | 250 CloseFile(pc_fd); in Disable() 603 CloseFile(fd); in DumpTrace() 611 CloseFile(fd); in DumpTrace() 628 CloseFile(fd); in DumpTrace() 669 CloseFile(fd); in DumpCallerCalleePairs() 704 CloseFile(fd); in DumpCounters() 731 CloseFile(fd); in DumpAsBitSet() 786 CloseFile(fd); in DumpOffsets() 791 CloseFile(cov_fd); in DumpOffsets()
|
| HD | sanitizer_common.cc | 57 CloseFile(fd); in ReopenIfNecessary() 90 CloseFile(fd); in SetReportPath() 172 CloseFile(fd); in ReadFileToBuffer()
|
| HD | sanitizer_coverage_mapping_libcdep.cc | 115 CloseFile(map_fd); in CovUpdateMapping()
|
| HD | sanitizer_posix.cc | 203 void CloseFile(fd_t fd) { in CloseFile() function
|
| HD | sanitizer_win.cc | 416 void CloseFile(fd_t fd) { in CloseFile() function
|
| HD | sanitizer_common.h | 216 void CloseFile(fd_t);
|
| /NextBSD/contrib/llvm/tools/lldb/source/Plugins/Platform/POSIX/ |
| HD | PlatformPOSIX.cpp | 148 PlatformPOSIX::CloseFile (lldb::user_id_t fd, Error &error) in CloseFile() function in PlatformPOSIX 151 return FileCache::GetInstance().CloseFile(fd, error); in CloseFile() 153 return m_remote_platform_sp->CloseFile(fd, error); in CloseFile() 155 return Platform::CloseFile(fd, error); in CloseFile() 478 CloseFile(fd_src, error); in GetFile() 480 if (fd_dst != UINT64_MAX && !FileCache::GetInstance().CloseFile(fd_dst, error)) in GetFile()
|
| HD | PlatformPOSIX.h | 66 CloseFile (lldb::user_id_t fd,
|
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/Host/ |
| HD | FileCache.h | 33 bool CloseFile(lldb::user_id_t fd, Error &error);
|
| /NextBSD/contrib/llvm/tools/lldb/source/Host/common/ |
| HD | FileCache.cpp | 47 FileCache::CloseFile(lldb::user_id_t fd, Error &error) in CloseFile() function in FileCache
|
| /NextBSD/contrib/groff/src/devices/xditview/ |
| HD | Dvi.c | 113 static void CloseFile (DviWidget); 412 CloseFile (dw); in SetValuesHook() 420 static void CloseFile (DviWidget dw) in CloseFile() function
|
| /NextBSD/contrib/llvm/tools/lldb/source/Plugins/Platform/gdb-server/ |
| HD | PlatformRemoteGDBServer.h | 172 CloseFile (lldb::user_id_t fd, Error &error) override;
|
| HD | PlatformRemoteGDBServer.cpp | 796 PlatformRemoteGDBServer::CloseFile (lldb::user_id_t fd, Error &error) in CloseFile() function in PlatformRemoteGDBServer 798 return m_gdb_client.CloseFile (fd, error); in CloseFile()
|
| /NextBSD/contrib/compiler-rt/lib/dfsan/ |
| HD | dfsan.cc | 346 CloseFile(fd); in dfsan_fini()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ |
| HD | GDBRemoteCommunicationClient.h | 469 CloseFile (lldb::user_id_t fd, Error &error);
|
| HD | GDBRemoteCommunicationClient.cpp | 3724 GDBRemoteCommunicationClient::CloseFile (lldb::user_id_t fd, in CloseFile() function in GDBRemoteCommunicationClient
|
| /NextBSD/contrib/llvm/tools/lldb/source/Target/ |
| HD | Platform.cpp | 1464 CloseFile(dest_file, error); in PutFile() 1916 CloseFile (src_fd, close_error); // Ignoring close error. in DownloadModuleSlice()
|
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/Target/ |
| HD | Platform.h | 670 CloseFile (lldb::user_id_t fd, in CloseFile() function
|
| /NextBSD/contrib/llvm/tools/lldb/source/Commands/ |
| HD | CommandObjectPlatform.cpp | 754 bool success = platform_sp->CloseFile(fd, error); in DoExecute()
|