Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Platform/POSIX/
DPlatformPOSIX.cpp121 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()
DPlatformPOSIX.h50 CloseFile (lldb::user_id_t fd,
/freebsd-10-stable/contrib/groff/src/devices/xditview/
DDvi.c113 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/
DPlatformRemoteGDBServer.h169 CloseFile (lldb::user_id_t fd,
DPlatformRemoteGDBServer.cpp624 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/
DHost.h563 CloseFile (lldb::user_id_t fd,
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.h423 CloseFile (lldb::user_id_t fd,
DGDBRemoteCommunicationClient.cpp2925 GDBRemoteCommunicationClient::CloseFile (lldb::user_id_t fd, in CloseFile() function in GDBRemoteCommunicationClient
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Target/
DPlatform.h592 CloseFile (lldb::user_id_t fd, in CloseFile() function
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Commands/
DCommandObjectPlatform.cpp756 bool success = platform_sp->CloseFile(fd, error); in DoExecute()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Host/common/
DHost.cpp2284 Host::CloseFile (lldb::user_id_t fd, Error &error) in CloseFile() function in Host