Searched refs:okArchitecture (Results 1 – 1 of 1) sorted by relevance
562 bool okArchitecture = true; // Missing Architecture attribute means load on Mac. in CheckPluginArchitecture() local564 bool okArchitecture = false; // Missing Architecture attribute means do not load elsewhere. in CheckPluginArchitecture()585 if ( (rootElem == 0) || (rootElem->name != "PluginResource") ) return okArchitecture; in CheckPluginArchitecture()597 if ( archAttr != 0 ) okArchitecture = (archAttr->value == nativeArchitecture); in CheckPluginArchitecture()599 return okArchitecture; in CheckPluginArchitecture()