Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
CDarwinUtils Class Reference

#include <DarwinUtils.h>

Static Public Member Functions

static const char * getIosPlatformString (void)
 
static const char * GetOSReleaseString (void)
 
static const char * GetOSVersionString (void)
 
static const char * GetVersionString ()
 
static std::string GetFrameworkPath (bool forPython)
 
static int GetExecutablePath (char *path, size_t *pathsize)
 
static void SetScheduling (bool realtime)
 
static bool CFStringRefToString (CFStringRef source, std::string &destination)
 
static bool CFStringRefToUTF8String (CFStringRef source, std::string &destination)
 
static const std::string & GetManufacturer (void)
 
static bool IsAliasShortcut (const std::string &path, bool isdirectory)
 
static void TranslateAliasShortcut (std::string &path)
 
static bool CreateAliasShortcut (const std::string &fromPath, const std::string &toPath)
 

Member Function Documentation

◆ CFStringRefToString()

bool CDarwinUtils::CFStringRefToString ( CFStringRef source,
std::string & destination )
static

◆ CFStringRefToUTF8String()

bool CDarwinUtils::CFStringRefToUTF8String ( CFStringRef source,
std::string & destination )
static

◆ CreateAliasShortcut()

bool CDarwinUtils::CreateAliasShortcut ( const std::string & fromPath,
const std::string & toPath )
static

◆ GetExecutablePath()

int CDarwinUtils::GetExecutablePath ( char * path,
size_t * pathsize )
static

◆ GetFrameworkPath()

std::string CDarwinUtils::GetFrameworkPath ( bool forPython)
static

◆ getIosPlatformString()

const char * CDarwinUtils::getIosPlatformString ( void )
static

◆ GetManufacturer()

const std::string & CDarwinUtils::GetManufacturer ( void )
static

◆ GetOSReleaseString()

const char * CDarwinUtils::GetOSReleaseString ( void )
static

◆ GetOSVersionString()

const char * CDarwinUtils::GetOSVersionString ( void )
static

◆ GetVersionString()

const char * CDarwinUtils::GetVersionString ( )
static

◆ IsAliasShortcut()

bool CDarwinUtils::IsAliasShortcut ( const std::string & path,
bool isdirectory )
static

◆ SetScheduling()

void CDarwinUtils::SetScheduling ( bool realtime)
static

◆ TranslateAliasShortcut()

void CDarwinUtils::TranslateAliasShortcut ( std::string & path)
static

The documentation for this class was generated from the following files: