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()
317 PlatformSP platform_sp = target_sp->GetPlatform(); in DoExecute() local
326 if (platform_sp && platform_sp->IsHost() && in DoExecute()
332 if (platform_sp) { in DoExecute()
336 if (!platform_sp->GetFileExists(remote_file)) { in DoExecute()
337 Status err = platform_sp->PutFile(file_spec, remote_file); in DoExecute()
351 Status err = platform_sp->GetFile(remote_file, file_spec); in DoExecute()
365 if (platform_sp->IsHost()) { in DoExecute()
370 if (platform_sp->IsConnected() && !platform_sp->GetFileExists(remote_file)) { in DoExecute()
3624 PlatformSP platform_sp(target->GetPlatform()); in DoExecute() local
3625 if (platform_sp) { in DoExecute()
3627 platform_sp->GetTrapHandlerSymbolNames()); in DoExecute()
4613 PlatformSP platform_sp(target->GetPlatform()); in DoExecute() local
4624 if (platform_sp) { in DoExecute()
4626 if (platform_sp in DoExecute()