Searched refs:GetFileExists (Results 1 – 10 of 10) sorted by relevance
257 bool RemoteAwarePlatform::GetFileExists(const FileSpec &file_spec) { in GetFileExists() function in RemoteAwarePlatform259 return m_remote_platform_sp->GetFileExists(file_spec); in GetFileExists()260 return Platform::GetFileExists(file_spec); in GetFileExists()
1254 bool Platform::GetFileExists(const lldb_private::FileSpec &file_spec) { in GetFileExists() function in Platform
45 bool GetFileExists(const FileSpec &file_spec) override;
544 virtual bool GetFileExists(const lldb_private::FileSpec &file_spec);
132 bool GetFileExists(const FileSpec &file_spec) override;
657 bool PlatformRemoteGDBServer::GetFileExists(const FileSpec &file_spec) { in GetFileExists() function in PlatformRemoteGDBServer659 return m_gdb_client_up->GetFileExists(file_spec); in GetFileExists()
383 bool GetFileExists(const FileSpec &file_spec);
3363 bool GDBRemoteCommunicationClient::GetFileExists( in GetFileExists() function in GDBRemoteCommunicationClient
1065 bool exists = platform_sp->GetFileExists(FileSpec(remote_file_path)); in DoExecute()
334 if (!platform_sp->GetFileExists(remote_file)) { in DoExecute()368 if (platform_sp->IsConnected() && !platform_sp->GetFileExists(remote_file)) { in DoExecute()