Lines Matching refs:platform_sp
94 PlatformSP platform_sp(target->GetPlatform()); in DumpTargetInfo() local
95 if (platform_sp) in DumpTargetInfo()
97 platform_sp->GetName()); in DumpTargetInfo()
315 PlatformSP platform_sp = target_sp->GetPlatform(); in DoExecute() local
324 if (platform_sp && platform_sp->IsHost() && in DoExecute()
330 if (platform_sp) { in DoExecute()
334 if (!platform_sp->GetFileExists(remote_file)) { in DoExecute()
335 Status err = platform_sp->PutFile(file_spec, remote_file); in DoExecute()
349 Status err = platform_sp->GetFile(remote_file, file_spec); in DoExecute()
363 if (platform_sp->IsHost()) { in DoExecute()
368 if (platform_sp->IsConnected() && !platform_sp->GetFileExists(remote_file)) { in DoExecute()
3399 PlatformSP platform_sp(target->GetPlatform()); in DoExecute() local
3400 if (platform_sp) { in DoExecute()
3402 platform_sp->GetTrapHandlerSymbolNames()); in DoExecute()
4418 PlatformSP platform_sp(target->GetPlatform()); in DoExecute() local
4429 if (platform_sp) { in DoExecute()
4431 if (platform_sp in DoExecute()