Lines Matching refs:PlatformSP

224   PlatformSP platform_sp(GetSP());  in GetName()
230 lldb::PlatformSP SBPlatform::GetSP() const { return m_opaque_sp; } in GetSP()
232 void SBPlatform::SetSP(const lldb::PlatformSP &platform_sp) { in SetSP()
237 PlatformSP platform_sp(GetSP()); in GetWorkingDirectory()
244 PlatformSP platform_sp(GetSP()); in SetWorkingDirectory()
257 PlatformSP platform_sp(GetSP()); in ConnectRemote()
270 PlatformSP platform_sp(GetSP()); in DisconnectRemote()
276 PlatformSP platform_sp(GetSP()); in IsConnected()
283 PlatformSP platform_sp(GetSP()); in GetTriple()
296 PlatformSP platform_sp(GetSP()); in GetOSBuild()
311 PlatformSP platform_sp(GetSP()); in GetOSDescription()
326 PlatformSP platform_sp(GetSP()); in GetHostname()
334 if (PlatformSP platform_sp = GetSP()) in GetOSMajorVersion()
341 if (PlatformSP platform_sp = GetSP()) in GetOSMinorVersion()
348 if (PlatformSP platform_sp = GetSP()) in GetOSUpdateVersion()
355 PlatformSP platform_sp(GetSP()); in Get()
365 return ExecuteConnected([&](const lldb::PlatformSP &platform_sp) { in Put()
386 return ExecuteConnected([&](const lldb::PlatformSP &platform_sp) { in Install()
398 return ExecuteConnected([&](const lldb::PlatformSP &platform_sp) { in Run()
418 return ExecuteConnected([&](const lldb::PlatformSP &platform_sp) { in Launch()
427 return ExecuteConnected([&](const lldb::PlatformSP &platform_sp) { in Kill()
433 const std::function<Status(const lldb::PlatformSP &)> &func) { in ExecuteConnected()
449 PlatformSP platform_sp(GetSP()); in MakeDirectory()
460 PlatformSP platform_sp(GetSP()); in GetFilePermissions()
472 PlatformSP platform_sp(GetSP()); in SetFilePermissions()