Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIOService.cpp5051 OSString * newKey; in addNeededResource() local
5059 newKey = OSString::withCString( key ); in addNeededResource()
5060 if (!newKey) { in addNeededResource()
5073 set->setObject( newKey ); in addNeededResource()
5074 newKey->release(); in addNeededResource()