Searched refs:sProcessIsRestricted (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/dyld-353.2.1/src/
H A Ddyld.cpp221 static bool sProcessIsRestricted = false; member in namespace:dyld
1838 if ( sProcessIsRestricted ) {
2732 if ( sProcessIsRestricted )
2764 if ( sProcessIsRestricted && (strcmp(context.origin, sExecPath) == 0) )
2828 else if (sProcessIsRestricted && (path[0] != '/' )) {
4388 return sProcessIsRestricted;
4676 sProcessIsRestricted = processRestricted(mainExecutableMH);
4677 if ( sProcessIsRestricted ) {
4719 gLinkContext.processIsRestricted = sProcessIsRestricted;

Completed in 78 milliseconds