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

/macosx-10.9.5/xnu-2422.115.4/libkern/c++/
H A DOSKext.cpp1737 OSData * existingUUID = NULL; // must release local
1784 existingUUID = existingKext->copyUUID();
1792 if (newUUID && existingUUID) {
1793 sameExecutable = newUUID->isEqualTo(existingUUID);
1794 } else if (newUUID || existingUUID) {
1798 if (!newUUID && !existingUUID) {
1916 OSSafeRelease(existingUUID);

Completed in 84 milliseconds