Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/tools/patman/
H A Dsettings.py171 re_line = re.compile('alias\s+(\S+)\s+(.*)')
177 m = re_line.match(line)
H A Dpatman.py108 re_line = re.compile('(\S*) (.*)') variable
110 match = re_line.match(line)
H A Dpatman108 re_line = re.compile('(\S*) (.*)') variable
110 match = re_line.match(line)