Home
last modified time | relevance | path

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

/u-boot/tools/buildman/
A Dtoolchain.py38 self.re_arch = re.compile('[-_]%s-' % arch)
46 if self.re_arch.search(value):
580 re_arch = re.compile('[-a-z0-9.]*[-_]([^-]*)-.*')
584 arch = re_arch.match(archive[len(host_arch):])
/u-boot/tools/
A Dmoveconfig.py865 re_arch = re.compile(r'CONFIG_SYS_ARCH="(.*)"') variable in KconfigParser
894 m = self.re_arch.match(line)

Completed in 5 milliseconds