Searched refs:GetFileExists (Results 1 – 10 of 10) sorted by relevance
144 bool RemoteAwarePlatform::GetFileExists(const FileSpec &file_spec) { in GetFileExists() function in RemoteAwarePlatform146 return m_remote_platform_sp->GetFileExists(file_spec); in GetFileExists()147 return Platform::GetFileExists(file_spec); in GetFileExists()
1214 bool Platform::GetFileExists(const lldb_private::FileSpec &file_spec) { in GetFileExists() function in Platform
46 bool GetFileExists(const FileSpec &file_spec) override;
566 virtual bool GetFileExists(const lldb_private::FileSpec &file_spec);
132 bool GetFileExists(const FileSpec &file_spec) override;
665 bool PlatformRemoteGDBServer::GetFileExists(const FileSpec &file_spec) { in GetFileExists() function in PlatformRemoteGDBServer667 return m_gdb_client_up->GetFileExists(file_spec); in GetFileExists()
382 bool GetFileExists(const FileSpec &file_spec);
3389 bool GDBRemoteCommunicationClient::GetFileExists( in GetFileExists() function in GDBRemoteCommunicationClient
971 bool exists = platform_sp->GetFileExists(FileSpec(remote_file_path)); in DoExecute()
336 if (!platform_sp->GetFileExists(remote_file)) { in DoExecute()370 if (platform_sp->IsConnected() && !platform_sp->GetFileExists(remote_file)) { in DoExecute()