Home
last modified time | relevance | path

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

/xnu-8019.80.24/tools/lldbmacros/
H A Dioreg.py91 out_string += "(" + GetArray(CastIOKitClass(obj, 'OSArray *')) + ")"
1407 def GetArray(arr): function
1442 out_string = "[" + GetArray(se.members) + "]"