Home
last modified time | relevance | path

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

/aosp12/system/extras/boottime_tools/io_analysis/
H A Dcheck_io_trace.py43 def get_string_pos(strings, string_to_find): function
110 cmd_pos = get_string_pos(words, "block_rq_complete:")
112 cmd_pos = get_string_pos(words, "block_bio_complete:")
H A Dcheck_io_trace_all.py46 def get_string_pos(strings, string_to_find): function