Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/source/Host/common/
DFileCache.cpp43 bool FileCache::CloseFile(lldb::user_id_t fd, Status &error) { in CloseFile() function in FileCache
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
DFuzzerIOPosix.cpp115 int CloseFile(int fd) { in CloseFile() function
DFuzzerIOWindows.cpp222 int CloseFile(int Fd) { in CloseFile() function
/freebsd-12-stable/contrib/llvm-project/lldb/source/Target/
DRemoteAwarePlatform.cpp228 bool RemoteAwarePlatform::CloseFile(lldb::user_id_t fd, Status &error) { in CloseFile() function in RemoteAwarePlatform
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Target/
DPlatform.h519 virtual bool CloseFile(lldb::user_id_t fd, Status &error) { return false; } in CloseFile() function
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_posix.cpp168 void CloseFile(fd_t fd) { in CloseFile() function
Dsanitizer_win.cpp730 void CloseFile(fd_t fd) { in CloseFile() function
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
DPlatformRemoteGDBServer.cpp655 bool PlatformRemoteGDBServer::CloseFile(lldb::user_id_t fd, Status &error) { in CloseFile() function in PlatformRemoteGDBServer
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.cpp3026 bool GDBRemoteCommunicationClient::CloseFile(lldb::user_id_t fd, in CloseFile() function in GDBRemoteCommunicationClient