Searched refs:GetFileExists (Results 1 – 9 of 9) sorted by relevance
277 bool RemoteAwarePlatform::GetFileExists(const FileSpec &file_spec) { in GetFileExists() function in RemoteAwarePlatform281 return m_remote_platform_sp->GetFileExists(file_spec); in GetFileExists()282 return Platform::GetFileExists(file_spec); in GetFileExists()
1295 bool Platform::GetFileExists(const lldb_private::FileSpec &file_spec) { in GetFileExists() function in Platform
44 bool GetFileExists(const FileSpec &file_spec) override;
579 virtual bool GetFileExists(const lldb_private::FileSpec &file_spec);
138 bool GetFileExists(const FileSpec &file_spec) override;
709 bool PlatformRemoteGDBServer::GetFileExists(const FileSpec &file_spec) { in GetFileExists() function in PlatformRemoteGDBServer710 return m_gdb_client.GetFileExists(file_spec); in GetFileExists()
417 bool GetFileExists(const FileSpec &file_spec);
3248 bool GDBRemoteCommunicationClient::GetFileExists( in GetFileExists() function in GDBRemoteCommunicationClient
340 if (!platform_sp->GetFileExists(remote_file)) { in DoExecute()