Searched refs:string_to_match (Results 1 – 2 of 2) sorted by relevance
7 defined in lldbtest.py which takes filename and string_to_match as arguments
169 def line_number(filename, string_to_match): argument173 if line.find(string_to_match) != -1:176 raise Exception("Unable to find '%s' within file %s" % (string_to_match, filename))