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

/darwin-on-arm/xnu/libkern/c++/
H A DOSKext.cpp2149 const OSSymbol * symbolValue = NULL; // must release local
2156 symbolValue = OSSymbol::withString(stringValue);
2157 if (!symbolValue) {
2161 dict->setObject(key, symbolValue);
2164 if (symbolValue) symbolValue->release();
2175 const OSSymbol * symbolValue = NULL; // must release local
2182 symbolValue = OSSymbol::withString(stringValue);
2183 if (!symbolValue) {
2187 dict->setObject(key, symbolValue);
[all...]

Completed in 80 milliseconds