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

/macosx-10.10/xnu-2782.1.97/libkern/c++/
H A DOSKext.cpp1733 OSData * existingUUID = NULL; // must release local
1780 existingUUID = existingKext->copyUUID();
1788 if (newUUID && existingUUID) {
1789 sameExecutable = newUUID->isEqualTo(existingUUID);
1790 } else if (newUUID || existingUUID) {
1794 if (!newUUID && !existingUUID) {
1912 OSSafeRelease(existingUUID);

Completed in 147 milliseconds