Home
last modified time | relevance | path

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

/xnu-11215/tools/lldbmacros/
H A Dkext.py30 GetLongestMatchOption,
462 kexts = GetLongestMatchOption(kextname, [x.name for x in GetAllKextSummaries()], True)
H A Dutils.py101 def GetLongestMatchOption(searchstr, options=[], ignore_case=True): function
H A Dxnu.py713 subcommand = GetLongestMatchOption(command_args[0], supported_subcommands, True)