16 typedef const struct __CFString * CFStringRef;
21 static const char *getIosPlatformString(
void);
22 static const char *GetOSReleaseString(
void);
23 static const char *GetOSVersionString(
void);
24 static const char* GetVersionString();
25 static std::string GetFrameworkPath(
bool forPython);
26 static int GetExecutablePath(
char* path,
size_t *pathsize);
27 static void SetScheduling(
bool realtime);
28 static bool CFStringRefToString(CFStringRef source, std::string& destination);
29 static bool CFStringRefToUTF8String(CFStringRef source, std::string& destination);
30 static const std::string& GetManufacturer(
void);
31 static bool IsAliasShortcut(
const std::string& path,
bool isdirectory);
32 static void TranslateAliasShortcut(std::string& path);
33 static bool CreateAliasShortcut(
const std::string& fromPath,
const std::string& toPath);
Definition: DarwinUtils.h:18