Home
last modified time | relevance | path

Searched defs:CloseFile (Results 1 – 9 of 9) sorted by relevance

/openbsd/gnu/llvm/lldb/source/Host/common/
H A DFileCache.cpp43 bool FileCache::CloseFile(lldb::user_id_t fd, Status &error) { in CloseFile() function in FileCache
/openbsd/gnu/llvm/compiler-rt/lib/fuzzer/
H A DFuzzerIOPosix.cpp114 int CloseFile(int fd) { in CloseFile() function
H A DFuzzerIOWindows.cpp221 int CloseFile(int Fd) { in CloseFile() function
/openbsd/gnu/llvm/lldb/source/Target/
H A DRemoteAwarePlatform.cpp222 bool RemoteAwarePlatform::CloseFile(lldb::user_id_t fd, Status &error) { in CloseFile() function in RemoteAwarePlatform
H A DPlatform.cpp684 bool Platform::CloseFile(user_id_t fd, Status &error) { in CloseFile() function in Platform
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_posix.cpp178 void CloseFile(fd_t fd) { in CloseFile() function
H A Dsanitizer_win.cpp760 void CloseFile(fd_t fd) { in CloseFile() function
/openbsd/gnu/llvm/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp587 bool PlatformRemoteGDBServer::CloseFile(lldb::user_id_t fd, Status &error) { in CloseFile() function in PlatformRemoteGDBServer
/openbsd/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp3077 bool GDBRemoteCommunicationClient::CloseFile(lldb::user_id_t fd, in CloseFile() function in GDBRemoteCommunicationClient