Searched refs:GetFileExists (Results 1 – 9 of 9) sorted by relevance
141 bool GetFileExists(const FileSpec &file_spec) override;
701 bool PlatformRemoteGDBServer::GetFileExists(const FileSpec &file_spec) { in GetFileExists() function in PlatformRemoteGDBServer702 return m_gdb_client.GetFileExists(file_spec); in GetFileExists()
125 bool GetFileExists(const lldb_private::FileSpec &file_spec) override;
464 bool PlatformPOSIX::GetFileExists(const FileSpec &file_spec) { in GetFileExists() function in PlatformPOSIX468 return m_remote_platform_sp->GetFileExists(file_spec); in GetFileExists()470 return Platform::GetFileExists(file_spec); in GetFileExists()
394 bool GetFileExists(const FileSpec &file_spec);
3106 bool GDBRemoteCommunicationClient::GetFileExists( in GetFileExists() function in GDBRemoteCommunicationClient
624 virtual bool GetFileExists(const lldb_private::FileSpec &file_spec);
1342 bool Platform::GetFileExists(const lldb_private::FileSpec &file_spec) { in GetFileExists() function in Platform
340 if (!platform_sp->GetFileExists(remote_file)) { in DoExecute()