Home
last modified time | relevance | path

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

/xnu-11215/libkern/libkern/c++/
H A DOSDictionary.h733 virtual bool merge(const OSDictionary * aDictionary);
833 const OSDictionary * aDictionary,
856 virtual bool isEqualTo(const OSDictionary * aDictionary) const;
H A DOSKext.h452 OSDictionary * aDictionary,
/xnu-11215/libkern/c++/
H A DOSKext.cpp2979 OSDictionary * aDictionary, in setInfoDictionaryAndPath() argument
2997 if (!aDictionary || !OSDynamicCast(OSDictionary, aDictionary)) { in setInfoDictionaryAndPath()
3001 infoDict.reset(aDictionary, OSRetain); in setInfoDictionaryAndPath()