Lines Matching refs:platform_sp
104 PlatformSP platform_sp(target->GetPlatform()); in DumpTargetInfo() local
105 if (platform_sp) in DumpTargetInfo()
107 platform_sp->GetName()); in DumpTargetInfo()
335 PlatformSP platform_sp = target_sp->GetPlatform(); in DoExecute() local
344 if (platform_sp && platform_sp->IsHost() && in DoExecute()
350 if (platform_sp) { in DoExecute()
354 if (!platform_sp->GetFileExists(remote_file)) { in DoExecute()
355 Status err = platform_sp->PutFile(file_spec, remote_file); in DoExecute()
369 Status err = platform_sp->GetFile(remote_file, file_spec); in DoExecute()
383 if (platform_sp->IsHost()) { in DoExecute()
388 if (platform_sp->IsConnected() && !platform_sp->GetFileExists(remote_file)) { in DoExecute()
3697 PlatformSP platform_sp(target->GetPlatform()); in DoExecute() local
3698 if (platform_sp) { in DoExecute()
3700 platform_sp->GetTrapHandlerSymbolNames()); in DoExecute()
4713 PlatformSP platform_sp(target->GetPlatform()); in DoExecute() local
4724 if (platform_sp) { in DoExecute()
4726 if (platform_sp in DoExecute()