Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/tools/buildman/
H A Dtoolchain.py520 re_arch = re.compile('[-a-z0-9.]*_([^-]*)-.*')
524 arch = re_arch.match(archive[len(host_arch):])
/OK3568_Linux_fs/u-boot/tools/
H A Dmoveconfig.py800 re_arch = re.compile(r'CONFIG_SYS_ARCH="(.*)"') variable in KconfigParser
829 m = self.re_arch.match(line)