| /freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_file.cc | 52 CloseFile(fd); in ReopenIfNecessary() 85 CloseFile(fd); in SetReportPath() 124 CloseFile(fd); in ReadFileToBuffer() 133 CloseFile(fd); in ReadFileToBuffer() 159 CloseFile(fd); in ReadFileToVector() 166 CloseFile(fd); in ReadFileToVector()
|
| H A D | sanitizer_file.h | 61 void CloseFile(fd_t); 72 ~FileCloser() { CloseFile(fd); } in ~FileCloser()
|
| H A D | sanitizer_symbolizer_libcdep.cc | 447 CloseFile(input_fd_); in Restart() 449 CloseFile(output_fd_); in Restart()
|
| H A D | sanitizer_coverage_libcdep_new.cc | 54 CloseFile(fd); in WriteModuleCoverage()
|
| H A D | sanitizer_rtems.cc | 207 void CloseFile(fd_t fd) { in CloseFile() function
|
| H A D | sanitizer_posix.cc | 175 void CloseFile(fd_t fd) { in CloseFile() function
|
| H A D | sanitizer_win.cc | 681 void CloseFile(fd_t fd) { in CloseFile() function
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/ |
| H A D | FileCache.h | 33 bool CloseFile(lldb::user_id_t fd, Status &error);
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/POSIX/ |
| H A D | PlatformPOSIX.cpp | 325 bool PlatformPOSIX::CloseFile(lldb::user_id_t fd, Status &error) { in CloseFile() function in PlatformPOSIX 327 return FileCache::GetInstance().CloseFile(fd, error); in CloseFile() 329 return m_remote_platform_sp->CloseFile(fd, error); in CloseFile() 331 return Platform::CloseFile(fd, error); in CloseFile() 584 CloseFile(fd_src, error); in GetFile() 587 !FileCache::GetInstance().CloseFile(fd_dst, error)) { in GetFile()
|
| H A D | PlatformPOSIX.h | 51 bool CloseFile(lldb::user_id_t fd, lldb_private::Status &error) override;
|
| /freebsd-12.1/contrib/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerIO.h | 75 int CloseFile(int Fd);
|
| H A D | FuzzerIOPosix.cpp | 90 int CloseFile(int fd) { in CloseFile() function
|
| H A D | FuzzerIOWindows.cpp | 152 int CloseFile(int Fd) { in CloseFile() function
|
| /freebsd-12.1/contrib/compiler-rt/lib/stats/ |
| H A D | stats.cc | 111 CloseFile(stats_fd); in WriteFullReport()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/ |
| H A D | FileCache.cpp | 42 bool FileCache::CloseFile(lldb::user_id_t fd, Status &error) { in CloseFile() function in FileCache
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/gdb-server/ |
| H A D | PlatformRemoteGDBServer.h | 126 bool CloseFile(lldb::user_id_t fd, Status &error) override;
|
| H A D | PlatformRemoteGDBServer.cpp | 651 bool PlatformRemoteGDBServer::CloseFile(lldb::user_id_t fd, Status &error) { in CloseFile() function in PlatformRemoteGDBServer 652 return m_gdb_client.CloseFile(fd, error); in CloseFile()
|
| /freebsd-12.1/contrib/compiler-rt/lib/dfsan/ |
| H A D | dfsan.cc | 419 CloseFile(fd); in dfsan_fini()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationClient.h | 372 bool CloseFile(lldb::user_id_t fd, Status &error);
|
| H A D | GDBRemoteCommunicationClient.cpp | 2909 bool GDBRemoteCommunicationClient::CloseFile(lldb::user_id_t fd, in CloseFile() function in GDBRemoteCommunicationClient
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/ |
| H A D | Platform.h | 565 virtual bool CloseFile(lldb::user_id_t fd, Status &error) { return false; } in CloseFile() function
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Target/ |
| H A D | Platform.cpp | 1319 CloseFile(dest_file, error); in PutFile() 1719 CloseFile(src_fd, close_error); // Ignoring close error. in DownloadModuleSlice()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/ |
| H A D | CommandObjectPlatform.cpp | 592 bool success = platform_sp->CloseFile(fd, error); in DoExecute()
|