Searched refs:GetFileExists (Results 1 - 12 of 12) sorted by relevance

/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.h101 GetFileExists (const lldb_private::FileSpec& file_spec);
H A DPlatformPOSIX.cpp361 PlatformPOSIX::GetFileExists (const FileSpec& file_spec) function in class:PlatformPOSIX
366 return m_remote_platform_sp->GetFileExists(file_spec);
368 return Platform::GetFileExists(file_spec);
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.h199 GetFileExists (const lldb_private::FileSpec& file_spec);
H A DPlatformRemoteGDBServer.cpp114 if (m_gdb_client.GetFileExists(exe_file))
686 PlatformRemoteGDBServer::GetFileExists (const lldb_private::FileSpec& file_spec) function in class:PlatformRemoteGDBServer
688 return m_gdb_client.GetFileExists (file_spec);
/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/Host/
H A DHost.h584 GetFileExists (const FileSpec& file_spec);
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Target/
H A DPlatform.cpp618 if (GetFileExists (fixed_dst))
640 if (GetFileExists (fixed_dst))
647 if (GetFileExists (fixed_dst))
1148 Platform::GetFileExists (const lldb_private::FileSpec& file_spec) function in class:Platform
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h461 GetFileExists (const lldb_private::FileSpec& file_spec);
H A DGDBRemoteCommunicationServer.cpp1501 bool retcode = Host::GetFileExists(FileSpec(path.c_str(), false));
H A DGDBRemoteCommunicationClient.cpp3171 GDBRemoteCommunicationClient::GetFileExists (const lldb_private::FileSpec& file_spec)
/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/Target/
H A DPlatform.h671 GetFileExists (const lldb_private::FileSpec& file_spec);
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Host/common/
H A DHost.cpp2376 Host::GetFileExists (const FileSpec& file_spec) function in class:Host
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectTarget.cpp266 if (!platform_sp->GetFileExists (remote_file))

Completed in 117 milliseconds