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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DRemoteAwarePlatform.cpp122 bool RemoteAwarePlatform::GetFileExists(const FileSpec &file_spec) { function in class:RemoteAwarePlatform
126 return m_remote_platform_sp->GetFileExists(file_spec);
127 return Platform::GetFileExists(file_spec);
H A DPlatform.cpp1291 bool Platform::GetFileExists(const lldb_private::FileSpec &file_spec) { function in class:Platform
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DRemoteAwarePlatform.h40 bool GetFileExists(const FileSpec &file_spec) override;
H A DPlatform.h569 virtual bool GetFileExists(const lldb_private::FileSpec &file_spec);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.h134 bool GetFileExists(const FileSpec &file_spec) override;
H A DPlatformRemoteGDBServer.cpp687 bool PlatformRemoteGDBServer::GetFileExists(const FileSpec &file_spec) { function in class:PlatformRemoteGDBServer
688 return m_gdb_client.GetFileExists(file_spec);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h379 bool GetFileExists(const FileSpec &file_spec);
H A DGDBRemoteCommunicationClient.cpp3139 bool GDBRemoteCommunicationClient::GetFileExists(
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp340 if (!platform_sp->GetFileExists(remote_file)) {

Completed in 105 milliseconds