Searched refs:CloseFile (Results 1 – 11 of 11) sorted by relevance
| /freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Platform/POSIX/ |
| D | PlatformPOSIX.cpp | 121 PlatformPOSIX::CloseFile (lldb::user_id_t fd, Error &error) in CloseFile() function in PlatformPOSIX 124 return Host::CloseFile(fd, error); in CloseFile() 126 return m_remote_platform_sp->CloseFile(fd, error); in CloseFile() 128 return Platform::CloseFile(fd, error); in CloseFile() 326 CloseFile(dest_file, error); in PutFile() 514 CloseFile(fd_src, error); in GetFile() 516 if (fd_dst != UINT64_MAX && !Host::CloseFile(fd_dst, error)) in GetFile()
|
| D | PlatformPOSIX.h | 50 CloseFile (lldb::user_id_t fd,
|
| /freebsd-10-stable/contrib/groff/src/devices/xditview/ |
| D | Dvi.c | 113 static void CloseFile (DviWidget); 412 CloseFile (dw); in SetValuesHook() 420 static void CloseFile (DviWidget dw) in CloseFile() function
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Platform/gdb-server/ |
| D | PlatformRemoteGDBServer.h | 169 CloseFile (lldb::user_id_t fd,
|
| D | PlatformRemoteGDBServer.cpp | 624 PlatformRemoteGDBServer::CloseFile (lldb::user_id_t fd, Error &error) in CloseFile() function in PlatformRemoteGDBServer 626 return m_gdb_client.CloseFile (fd, error); in CloseFile()
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Host/ |
| D | Host.h | 563 CloseFile (lldb::user_id_t fd,
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ |
| D | GDBRemoteCommunicationClient.h | 423 CloseFile (lldb::user_id_t fd,
|
| D | GDBRemoteCommunicationClient.cpp | 2925 GDBRemoteCommunicationClient::CloseFile (lldb::user_id_t fd, in CloseFile() function in GDBRemoteCommunicationClient
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Target/ |
| D | Platform.h | 592 CloseFile (lldb::user_id_t fd, in CloseFile() function
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/source/Commands/ |
| D | CommandObjectPlatform.cpp | 756 bool success = platform_sp->CloseFile(fd, error); in DoExecute()
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/source/Host/common/ |
| D | Host.cpp | 2284 Host::CloseFile (lldb::user_id_t fd, Error &error) in CloseFile() function in Host
|