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

/xnu-2422.115.4/tools/lldbmacros/
H A Dutils.py95 def GetLongestMatchOption(searchstr, options=[], ignore_case=True): function
H A Dxnu.py458 subcommand = GetLongestMatchOption(command_args[0], supported_subcommands, True)
H A Dmemory.py1211 kext_name_matches = GetLongestMatchOption(kext_name, [str(x[2]) for x in all_kexts_info], True)

Completed in 25 milliseconds