Home
last modified time | relevance | path

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

/kernel/liteos_a/tools/scripts/parse_exc/
Dparse_excinfo.py39 def find_string(excinfo_file, string): function
49 res = find_string(excinfo_file, 'excFrom: kernel')
54 res = find_string(excinfo_file, 'excFrom: User')
59 line = find_string(excinfo_file, string)