Searched refs:newVersion (Results 1 – 1 of 1) sorted by relevance
2670 OSKextVersion newVersion = -1; in registerIdentifier() local2685 newVersion = getVersion(); in registerIdentifier()2686 OSKextVersionGetString(newVersion, newVersionCString, in registerIdentifier()2790 bool sameVersion = (newVersion == existingVersion); in registerIdentifier()2927 if (newVersion > existingVersion) { in registerIdentifier()4901 OSKextVersion newVersion = 0; in updateExcludeList() local4918 newVersion = OSKextParseVersionString(myTempString->getCStringNoCopy()); in updateExcludeList()4919 if (newVersion == 0) { in updateExcludeList()4925 if (newVersion > sExcludeListVersion) { in updateExcludeList()4927 sExcludeListVersion = newVersion; in updateExcludeList()