Home
last modified time | relevance | path

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

/xnu-8792.61.2/tools/lldbmacros/
H A Dioreg.py99 out_string += "(" + GetArray(CastIOKitClass(obj, 'OSArray *')) + ")"
1415 def GetArray(arr): function
1450 out_string = "[" + GetArray(se.members) + "]"