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

/macosx-10.9.5/CF-855.17/
H A DCFBundle.c4125 Boolean hasRuntimeMismatch = false; local
4128 if (_CFBundleGetObjCImageInfo(bundle, NULL, &bundleFlags) && (bundleFlags & 0x2) == 0) hasRuntimeMismatch = true;
4130 if (hasRuntimeMismatch) {
4319 Boolean hasSuitableArch = false, hasRuntimeMismatch = false; local
4331 if (_CFBundleGetObjCImageInfo(bundle, NULL, &bundleFlags) && (bundleFlags & 0x2) == 0) hasRuntimeMismatch = true;
4336 if (hasRuntimeMismatch) {

Completed in 176 milliseconds