Searched refs:GetFileExists (Results 1 – 10 of 10) sorted by relevance
256 bool RemoteAwarePlatform::GetFileExists(const FileSpec &file_spec) { in GetFileExists() function in RemoteAwarePlatform258 return m_remote_platform_sp->GetFileExists(file_spec); in GetFileExists()259 return Platform::GetFileExists(file_spec); in GetFileExists()
1253 bool Platform::GetFileExists(const lldb_private::FileSpec &file_spec) { in GetFileExists() function in Platform
44 bool GetFileExists(const FileSpec &file_spec) override;
543 virtual bool GetFileExists(const lldb_private::FileSpec &file_spec);
131 bool GetFileExists(const FileSpec &file_spec) override;
662 bool PlatformRemoteGDBServer::GetFileExists(const FileSpec &file_spec) { in GetFileExists() function in PlatformRemoteGDBServer664 return m_gdb_client_up->GetFileExists(file_spec); in GetFileExists()
388 bool GetFileExists(const FileSpec &file_spec);
3357 bool GDBRemoteCommunicationClient::GetFileExists( in GetFileExists() function in GDBRemoteCommunicationClient
1064 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()