Home
last modified time | relevance | path

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

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