| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_file.cpp | 51 CloseFile(fd); in ReopenIfNecessary() 90 CloseFile(fd); in SetReportPath() 135 CloseFile(fd); in ReadFileToBuffer() 144 CloseFile(fd); in ReadFileToBuffer() 170 CloseFile(fd); in ReadFileToVector() 177 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.cpp | 510 CloseFile(input_fd_); in Restart() 512 CloseFile(output_fd_); in Restart()
|
| H A D | sanitizer_coverage_libcdep_new.cpp | 53 CloseFile(fd); in WriteModuleCoverage()
|
| H A D | sanitizer_posix.cpp | 168 void CloseFile(fd_t fd) { in CloseFile() function
|
| H A D | sanitizer_win.cpp | 730 void CloseFile(fd_t fd) { in CloseFile() function
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Target/ |
| H A D | RemoteAwarePlatform.cpp | 228 bool RemoteAwarePlatform::CloseFile(lldb::user_id_t fd, Status &error) { in CloseFile() function in RemoteAwarePlatform 230 return FileCache::GetInstance().CloseFile(fd, error); in CloseFile() 232 return m_remote_platform_sp->CloseFile(fd, error); in CloseFile() 233 return Platform::CloseFile(fd, error); in CloseFile()
|
| H A D | Platform.cpp | 1272 CloseFile(dest_file, error); in PutFile() 1695 CloseFile(src_fd, close_error); // Ignoring close error. in DownloadModuleSlice()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/ |
| H A D | FileCache.h | 33 bool CloseFile(lldb::user_id_t fd, Status &error);
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/stats/ |
| H A D | stats.cpp | 110 CloseFile(stats_fd); in WriteFullReport()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/ |
| H A D | FileCache.cpp | 43 bool FileCache::CloseFile(lldb::user_id_t fd, Status &error) { in CloseFile() function in FileCache
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerIO.h | 97 int CloseFile(int Fd);
|
| H A D | FuzzerIOPosix.cpp | 115 int CloseFile(int fd) { in CloseFile() function
|
| H A D | FuzzerIOWindows.cpp | 222 int CloseFile(int Fd) { in CloseFile() function
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | RemoteAwarePlatform.h | 32 bool CloseFile(lldb::user_id_t fd, Status &error) override;
|
| H A D | Platform.h | 519 virtual bool CloseFile(lldb::user_id_t fd, Status &error) { return false; } in CloseFile() function
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/ |
| H A D | PlatformRemoteGDBServer.h | 120 bool CloseFile(lldb::user_id_t fd, Status &error) override;
|
| H A D | PlatformRemoteGDBServer.cpp | 655 bool PlatformRemoteGDBServer::CloseFile(lldb::user_id_t fd, Status &error) { in CloseFile() function in PlatformRemoteGDBServer 656 return m_gdb_client.CloseFile(fd, error); in CloseFile()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/ |
| H A D | PlatformPOSIX.cpp | 253 CloseFile(fd_src, error); in GetFile() 256 !FileCache::GetInstance().CloseFile(fd_dst, error)) { in GetFile()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationClient.h | 392 bool CloseFile(lldb::user_id_t fd, Status &error);
|
| H A D | GDBRemoteCommunicationClient.cpp | 3026 bool GDBRemoteCommunicationClient::CloseFile(lldb::user_id_t fd, in CloseFile() function in GDBRemoteCommunicationClient
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectPlatform.cpp | 549 bool success = platform_sp->CloseFile(fd, error); in DoExecute()
|