Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DFileCache.cpp42 bool FileCache::CloseFile(lldb::user_id_t fd, Status &error) { in CloseFile() function in FileCache
/freebsd-12.1/contrib/compiler-rt/lib/fuzzer/
H A DFuzzerIOPosix.cpp90 int CloseFile(int fd) { in CloseFile() function
H A DFuzzerIOWindows.cpp152 int CloseFile(int Fd) { in CloseFile() function
/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_posix.cc175 void CloseFile(fd_t fd) { in CloseFile() function
H A Dsanitizer_rtems.cc207 void CloseFile(fd_t fd) { in CloseFile() function
H A Dsanitizer_win.cc681 void CloseFile(fd_t fd) { in CloseFile() function
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DPlatform.h565 virtual bool CloseFile(lldb::user_id_t fd, Status &error) { return false; } in CloseFile() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp651 bool PlatformRemoteGDBServer::CloseFile(lldb::user_id_t fd, Status &error) { in CloseFile() function in PlatformRemoteGDBServer
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp325 bool PlatformPOSIX::CloseFile(lldb::user_id_t fd, Status &error) { in CloseFile() function in PlatformPOSIX
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp2909 bool GDBRemoteCommunicationClient::CloseFile(lldb::user_id_t fd, in CloseFile() function in GDBRemoteCommunicationClient