Searched refs:CloseFile (Results 1 - 11 of 11) sorted by relevance

/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp121 PlatformPOSIX::CloseFile (lldb::user_id_t fd, Error &error) function in class:PlatformPOSIX
124 return Host::CloseFile(fd, error);
126 return m_remote_platform_sp->CloseFile(fd, error);
128 return Platform::CloseFile(fd, error);
326 CloseFile(dest_file, error);
514 CloseFile(fd_src, error);
516 if (fd_dst != UINT64_MAX && !Host::CloseFile(fd_dst, error))
H A DPlatformPOSIX.h50 CloseFile (lldb::user_id_t fd,
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.h169 CloseFile (lldb::user_id_t fd,
H A DPlatformRemoteGDBServer.cpp624 PlatformRemoteGDBServer::CloseFile (lldb::user_id_t fd, Error &error) function in class:PlatformRemoteGDBServer
626 return m_gdb_client.CloseFile (fd, error);
/freebsd-10.2-release/contrib/llvm/tools/lldb/include/lldb/Host/
H A DHost.h563 CloseFile (lldb::user_id_t fd,
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h423 CloseFile (lldb::user_id_t fd,
H A DGDBRemoteCommunicationClient.cpp2925 GDBRemoteCommunicationClient::CloseFile (lldb::user_id_t fd,
/freebsd-10.2-release/contrib/groff/src/devices/xditview/
H A DDvi.c113 static void CloseFile (DviWidget);
412 CloseFile (dw);
420 static void CloseFile (DviWidget dw) function
/freebsd-10.2-release/contrib/llvm/tools/lldb/include/lldb/Target/
H A DPlatform.h592 CloseFile (lldb::user_id_t fd, function in class:lldb_private::Platform
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectPlatform.cpp756 bool success = platform_sp->CloseFile(fd, error);
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Host/common/
H A DHost.cpp2284 Host::CloseFile (lldb::user_id_t fd, Error &error) function in class:Host

Completed in 204 milliseconds