Lines Matching refs:SBPlatform
290 SBPlatform::SBPlatform() { LLDB_INSTRUMENT_VA(this); } in SBPlatform() function in SBPlatform
292 SBPlatform::SBPlatform(const char *platform_name) { in SBPlatform() function in SBPlatform
298 SBPlatform::SBPlatform(const SBPlatform &rhs) { in SBPlatform() function in SBPlatform
304 SBPlatform &SBPlatform::operator=(const SBPlatform &rhs) { in operator =()
311 SBPlatform::~SBPlatform() = default;
313 SBPlatform SBPlatform::GetHostPlatform() { in GetHostPlatform()
316 SBPlatform host_platform; in GetHostPlatform()
321 bool SBPlatform::IsValid() const { in IsValid()
325 SBPlatform::operator bool() const { in operator bool()
331 void SBPlatform::Clear() { in Clear()
337 const char *SBPlatform::GetName() { in GetName()
346 lldb::PlatformSP SBPlatform::GetSP() const { return m_opaque_sp; } in GetSP()
348 void SBPlatform::SetSP(const lldb::PlatformSP &platform_sp) { in SetSP()
352 const char *SBPlatform::GetWorkingDirectory() { in GetWorkingDirectory()
361 bool SBPlatform::SetWorkingDirectory(const char *path) { in SetWorkingDirectory()
375 SBError SBPlatform::ConnectRemote(SBPlatformConnectOptions &connect_options) { in ConnectRemote()
390 void SBPlatform::DisconnectRemote() { in DisconnectRemote()
398 bool SBPlatform::IsConnected() { in IsConnected()
407 const char *SBPlatform::GetTriple() { in GetTriple()
422 const char *SBPlatform::GetOSBuild() { in GetOSBuild()
437 const char *SBPlatform::GetOSDescription() { in GetOSDescription()
452 const char *SBPlatform::GetHostname() { in GetHostname()
461 uint32_t SBPlatform::GetOSMajorVersion() { in GetOSMajorVersion()
470 uint32_t SBPlatform::GetOSMinorVersion() { in GetOSMinorVersion()
479 uint32_t SBPlatform::GetOSUpdateVersion() { in GetOSUpdateVersion()
488 void SBPlatform::SetSDKRoot(const char *sysroot) { in SetSDKRoot()
494 SBError SBPlatform::Get(SBFileSpec &src, SBFileSpec &dst) { in Get()
507 SBError SBPlatform::Put(SBFileSpec &src, SBFileSpec &dst) { in Put()
529 SBError SBPlatform::Install(SBFileSpec &src, SBFileSpec &dst) { in Install()
542 SBError SBPlatform::Run(SBPlatformShellCommand &shell_command) { in Run()
566 SBError SBPlatform::Launch(SBLaunchInfo &launch_info) { in Launch()
576 SBError SBPlatform::Kill(const lldb::pid_t pid) { in Kill()
583 SBError SBPlatform::ExecuteConnected( in ExecuteConnected()
598 SBError SBPlatform::MakeDirectory(const char *path, uint32_t file_permissions) { in MakeDirectory()
612 uint32_t SBPlatform::GetFilePermissions(const char *path) { in GetFilePermissions()
624 SBError SBPlatform::SetFilePermissions(const char *path, in SetFilePermissions()
639 SBUnixSignals SBPlatform::GetUnixSignals() const { in GetUnixSignals()
648 SBEnvironment SBPlatform::GetEnvironment() { in GetEnvironment()