/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_file.cpp | 52 CloseFile(fd); in ReopenIfNecessary() 111 CloseFile(fd); in SetReportPath() 157 CloseFile(fd); in ReadFileToBuffer() 166 CloseFile(fd); in ReadFileToBuffer() 192 CloseFile(fd); in ReadFileToVector() 199 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 | 529 CloseFile(input_fd_); in Restart() 531 CloseFile(output_fd_); in Restart()
|
H A D | sanitizer_coverage_libcdep_new.cpp | 55 CloseFile(fd); in WriteModuleCoverage()
|
H A D | sanitizer_posix.cpp | 180 void CloseFile(fd_t fd) { in CloseFile() function
|
H A D | sanitizer_win.cpp | 789 void CloseFile(fd_t fd) { in ReadFromFile() 772 void CloseFile(fd_t fd) { CloseFile() function
|
/llvm-project/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() 363 CloseFile(fd); in TEST()
|
/llvm-project/lldb/source/Target/ |
H A D | RemoteAwarePlatform.cpp | 109 bool RemoteAwarePlatform::CloseFile(lldb::user_id_t fd, Status &error) { in CloseFile() 111 return m_remote_platform_sp->CloseFile(fd, error); 112 return Platform::CloseFile(fd, error); in ReadFile() 106 bool RemoteAwarePlatform::CloseFile(lldb::user_id_t fd, Status &error) { CloseFile() function in RemoteAwarePlatform
|
H A D | Platform.cpp | 650 bool Platform::CloseFile(user_id_t fd, Status &error) { in CloseFile() 652 return FileCache::GetInstance().CloseFile(fd, error); in GetFileSize() 1196 CloseFile(dest_file, error); in PutFile() 1775 CloseFile(src_fd, close_error); // Ignoring close error. in GetModuleCacheRoot() 646 bool Platform::CloseFile(user_id_t fd, Status &error) { CloseFile() function in Platform
|
/llvm-project/lldb/include/lldb/Host/ |
H A D | FileCache.h | 33 bool CloseFile(lldb::user_id_t fd, Status &error);
|
/llvm-project/compiler-rt/lib/stats/ |
H A D | stats.cpp | 110 CloseFile(stats_fd); in WriteFullReport()
|
/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
|
/llvm-project/compiler-rt/lib/fuzzer/ |
H A D | FuzzerIO.h | 102 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
|
/llvm-project/lldb/include/lldb/Target/ |
H A D | RemoteAwarePlatform.h | 34 bool CloseFile(lldb::user_id_t fd, Status &error) override;
|
H A D | Platform.h | 579 virtual bool CloseFile(lldb::user_id_t fd, Status &error);
|
/llvm-project/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 | 593 bool PlatformRemoteGDBServer::CloseFile(lldb::user_id_t fd, Status &error) { in OpenFile() 595 return m_gdb_client_up->CloseFile(fd, error); in CloseFile() function in PlatformRemoteGDBServer
|
/llvm-project/lldb/source/Plugins/Platform/POSIX/ |
H A D | PlatformPOSIX.cpp | 260 CloseFile(fd_src, error); in GetFile() 263 !FileCache::GetInstance().CloseFile(fd_dst, error)) { in GetFile()
|
/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
H A D | GDBRemoteCommunicationClient.h | 351 bool CloseFile(lldb::user_id_t fd, Status &error);
|
H A D | GDBRemoteCommunicationClient.cpp | 3109 bool GDBRemoteCommunicationClient::CloseFile(lldb::user_id_t fd, in CloseFile() 3152 CloseFile(fd, error); in GetFileSize() 3422 CloseFile(fd, error); in CalculateMD5() 3103 bool GDBRemoteCommunicationClient::CloseFile(lldb::user_id_t fd, CloseFile() function in GDBRemoteCommunicationClient
|
/llvm-project/compiler-rt/lib/memprof/ |
H A D | memprof_allocator.cpp | 808 CloseFile(report_file.fd); in __memprof_profile_reset()
|
/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectPlatform.cpp | 538 bool success = platform_sp->CloseFile(fd, error); in DoExecute()
|