Home
last modified time | relevance | path

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

/third_party/python/Tools/c-analyzer/c_common/
Dstrutil.py11 def parse_entries(entries, *, ignoresep=None): function
Dtables.py165 for line, filename in strutil.parse_entries(entries, ignoresep=sep):
Dscriptutil.py317 for filename, _ in strutil.parse_entries(filenames):