Home
last modified time | relevance | path

Searched refs:newVersion (Results 1 – 1 of 1) sorted by relevance

/xnu-11215/libkern/c++/
H A DOSKext.cpp2670 OSKextVersion newVersion = -1; in registerIdentifier() local
2685 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() local
4918 newVersion = OSKextParseVersionString(myTempString->getCStringNoCopy()); in updateExcludeList()
4919 if (newVersion == 0) { in updateExcludeList()
4925 if (newVersion > sExcludeListVersion) { in updateExcludeList()
4927 sExcludeListVersion = newVersion; in updateExcludeList()