Home
last modified time | relevance | path

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

/xnu-11215/tools/lldbmacros/
H A Dioreg.py121 out_string += "(" + GetArray(CastIOKitClass(obj, 'OSArray *')) + ")"
1432 def GetArray(arr): function
1467 out_string = "[" + GetArray(se.members) + "]"