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()
1218 bool Platform::GetFileExists(const lldb_private::FileSpec &file_spec) { in GetFileExists() function in Platform
46 bool GetFileExists(const FileSpec &file_spec) override;
628 virtual bool GetFileExists(const lldb_private::FileSpec &file_spec);
132 bool GetFileExists(const FileSpec &file_spec) override;
659 bool PlatformRemoteGDBServer::GetFileExists(const FileSpec &file_spec) { in GetFileExists() function in PlatformRemoteGDBServer661 return m_gdb_client_up->GetFileExists(file_spec); in GetFileExists()
393 bool GetFileExists(const FileSpec &file_spec);
3412 bool GDBRemoteCommunicationClient::GetFileExists( in GetFileExists() function in GDBRemoteCommunicationClient
971 bool exists = platform_sp->GetFileExists(FileSpec(remote_file_path)); in DoExecute()
337 if (!platform_sp->GetFileExists(remote_file)) { in DoExecute()371 if (platform_sp->IsConnected() && !platform_sp->GetFileExists(remote_file)) { in DoExecute()