Home
last modified time | relevance | path

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

/xnu-8019.80.24/iokit/Tests/
H A DTestContainers.cpp485 const OSSymbol *tmpSymb; in testSymbol() local
487 tmpSymb = OSSymbol::withCStringNoCopy(strCache[i]); in testSymbol()
488 if (cache[i] != tmpSymb) { in testSymbol()
492 tmpSymb->release(); in testSymbol()