| /openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_file.cpp | 52 CloseFile(fd); in ReopenIfNecessary() 109 CloseFile(fd); in SetReportPath() 155 CloseFile(fd); in ReadFileToBuffer() 164 CloseFile(fd); in ReadFileToBuffer() 190 CloseFile(fd); in ReadFileToVector() 197 CloseFile(fd); in ReadFileToVector()
|
| H A D | sanitizer_file.h | 60 void CloseFile(fd_t); 71 ~FileCloser() { CloseFile(fd); } in ~FileCloser()
|
| H A D | sanitizer_symbolizer_libcdep.cpp | 519 CloseFile(input_fd_); in Restart() 521 CloseFile(output_fd_); in Restart()
|
| H A D | sanitizer_coverage_libcdep_new.cpp | 55 CloseFile(fd); in WriteModuleCoverage()
|
| H A D | sanitizer_posix.cpp | 178 void CloseFile(fd_t fd) { in CloseFile() function
|
| H A D | sanitizer_win.cpp | 760 void CloseFile(fd_t fd) { in CloseFile() function
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/ |
| H A D | sanitizer_libc_test.cpp | 122 CloseFile(fd); in TEST() 134 CloseFile(fd); in TEST() 172 CloseFile(fd); in TEST() 338 CloseFile(fd); in TEST() 364 CloseFile(fd); in TEST()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Host/ |
| H A D | FileCache.h | 33 bool CloseFile(lldb::user_id_t fd, Status &error);
|
| /openbsd-src/gnu/llvm/lldb/source/Target/ |
| H A D | RemoteAwarePlatform.cpp | 222 bool RemoteAwarePlatform::CloseFile(lldb::user_id_t fd, Status &error) { in CloseFile() function in RemoteAwarePlatform 224 return m_remote_platform_sp->CloseFile(fd, error); in CloseFile() 225 return Platform::CloseFile(fd, error); in CloseFile()
|
| H A D | Platform.cpp | 684 bool Platform::CloseFile(user_id_t fd, Status &error) { in CloseFile() function in Platform 686 return FileCache::GetInstance().CloseFile(fd, error); in CloseFile() 1230 CloseFile(dest_file, error); in PutFile() 1656 CloseFile(src_fd, close_error); // Ignoring close error. in DownloadModuleSlice()
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/stats/ |
| H A D | stats.cpp | 110 CloseFile(stats_fd); in WriteFullReport()
|
| /openbsd-src/gnu/llvm/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
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerIO.h | 101 int CloseFile(int Fd);
|
| H A D | FuzzerIOPosix.cpp | 114 int CloseFile(int fd) { in CloseFile() function
|
| H A D | FuzzerIOWindows.cpp | 221 int CloseFile(int Fd) { in CloseFile() function
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Target/ |
| H A D | RemoteAwarePlatform.h | 33 bool CloseFile(lldb::user_id_t fd, Status &error) override;
|
| H A D | Platform.h | 496 virtual bool CloseFile(lldb::user_id_t fd, Status &error);
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/gdb-server/ |
| H A D | PlatformRemoteGDBServer.h | 114 bool CloseFile(lldb::user_id_t fd, Status &error) override;
|
| H A D | PlatformRemoteGDBServer.cpp | 587 bool PlatformRemoteGDBServer::CloseFile(lldb::user_id_t fd, Status &error) { in CloseFile() function in PlatformRemoteGDBServer 589 return m_gdb_client_up->CloseFile(fd, error); in CloseFile()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/POSIX/ |
| H A D | PlatformPOSIX.cpp | 256 CloseFile(fd_src, error); in GetFile() 259 !FileCache::GetInstance().CloseFile(fd_dst, error)) { in GetFile()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationClient.h | 352 bool CloseFile(lldb::user_id_t fd, Status &error);
|
| H A D | GDBRemoteCommunicationClient.cpp | 3077 bool GDBRemoteCommunicationClient::CloseFile(lldb::user_id_t fd, in CloseFile() function in GDBRemoteCommunicationClient 3120 CloseFile(fd, error); in Stat() 3390 CloseFile(fd, error); in GetFileExists()
|
| /openbsd-src/gnu/llvm/lldb/source/Commands/ |
| H A D | CommandObjectPlatform.cpp | 557 bool success = platform_sp->CloseFile(fd, error); in DoExecute()
|