Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Host/common/
H A DFileCache.cpp43 bool FileCache::CloseFile(lldb::user_id_t fd, Status &error) { in CloseFile() function in FileCache
/llvm-project/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
/llvm-project/lldb/source/Target/
H A DRemoteAwarePlatform.cpp106 bool RemoteAwarePlatform::CloseFile(lldb::user_id_t fd, Status &error) { CloseFile() function in RemoteAwarePlatform
H A DPlatform.cpp646 bool Platform::CloseFile(user_id_t fd, Status &error) { CloseFile() function in Platform
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_posix.cpp180 void CloseFile(fd_t fd) { in CloseFile() function
H A Dsanitizer_win.cpp772 void CloseFile(fd_t fd) { CloseFile() function
/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp595 return m_gdb_client_up->CloseFile(fd, error); in CloseFile() function in PlatformRemoteGDBServer
/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp3103 bool GDBRemoteCommunicationClient::CloseFile(lldb::user_id_t fd, CloseFile() function in GDBRemoteCommunicationClient