HomeSort by relevance Sort by last modified time
    Searched full:__msl_os_x (Results 1 - 1 of 1) sorted by null

  /external/stlport/test/eh/
mwerks_console_OS_X.c 32 } __msl_os_x; variable in typeref:struct:__anon7606
80 __msl_os_x.isLoaded = false;
81 __msl_os_x.theBundle = NULL;
82 __msl_os_x.theRead = NULL;
83 __msl_os_x.theWrite = NULL;
87 &__msl_os_x.theBundle);
89 if ((theErr == noErr) && (__msl_os_x.theBundle != NULL))
93 __msl_os_x.isLoaded = CFBundleLoadExecutable(__msl_os_x.theBundle);
95 if (__msl_os_x.isLoaded
    [all...]

Completed in 91 milliseconds