Searched refs:CloseFile (Results 1 - 24 of 24) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_file.h60 void CloseFile(fd_t);
71 ~FileCloser() { CloseFile(fd); }
H A Dsanitizer_file.cpp51 CloseFile(fd);
84 CloseFile(fd);
123 CloseFile(fd);
132 CloseFile(fd);
158 CloseFile(fd);
165 CloseFile(fd);
H A Dsanitizer_symbolizer_libcdep.cpp507 CloseFile(input_fd_);
509 CloseFile(output_fd_);
H A Dsanitizer_coverage_libcdep_new.cpp53 CloseFile(fd);
H A Dsanitizer_rtems.cpp210 void CloseFile(fd_t fd) { function in namespace:__sanitizer
H A Dsanitizer_posix.cpp168 void CloseFile(fd_t fd) { function in namespace:__sanitizer
H A Dsanitizer_win.cpp708 void CloseFile(fd_t fd) { function in namespace:__sanitizer
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Host/
H A DFileCache.h33 bool CloseFile(lldb::user_id_t fd, Status &error);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Host/common/
H A DFileCache.cpp43 bool FileCache::CloseFile(lldb::user_id_t fd, Status &error) { function in class:FileCache
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
H A DRemoteAwarePlatform.cpp219 bool RemoteAwarePlatform::CloseFile(lldb::user_id_t fd, Status &error) { function in class:RemoteAwarePlatform
221 return FileCache::GetInstance().CloseFile(fd, error);
223 return m_remote_platform_sp->CloseFile(fd, error);
224 return Platform::CloseFile(fd, error);
H A DPlatform.cpp1274 CloseFile(dest_file, error);
1681 CloseFile(src_fd, close_error); // Ignoring close error.
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerIO.h90 int CloseFile(int Fd);
H A DFuzzerIOPosix.cpp111 int CloseFile(int fd) { function in namespace:fuzzer
H A DFuzzerIOWindows.cpp210 int CloseFile(int Fd) { function in namespace:fuzzer
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/stats/
H A Dstats.cpp110 CloseFile(stats_fd);
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DRemoteAwarePlatform.h32 bool CloseFile(lldb::user_id_t fd, Status &error) override;
H A DPlatform.h519 virtual bool CloseFile(lldb::user_id_t fd, Status &error) { return false; } function in class:lldb_private::Platform
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.h120 bool CloseFile(lldb::user_id_t fd, Status &error) override;
H A DPlatformRemoteGDBServer.cpp655 bool PlatformRemoteGDBServer::CloseFile(lldb::user_id_t fd, Status &error) { function in class:PlatformRemoteGDBServer
656 return m_gdb_client.CloseFile(fd, error);
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan.cpp420 CloseFile(fd);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h374 bool CloseFile(lldb::user_id_t fd, Status &error);
H A DGDBRemoteCommunicationClient.cpp2954 bool GDBRemoteCommunicationClient::CloseFile(lldb::user_id_t fd,
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp253 CloseFile(fd_src, error);
256 !FileCache::GetInstance().CloseFile(fd_dst, error)) {
/freebsd-13-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectPlatform.cpp556 bool success = platform_sp->CloseFile(fd, error);

Completed in 133 milliseconds