Searched refs:re_arch (Results 1 – 2 of 2) sorted by relevance
520 re_arch = re.compile('[-a-z0-9.]*_([^-]*)-.*')524 arch = re_arch.match(archive[len(host_arch):])
800 re_arch = re.compile(r'CONFIG_SYS_ARCH="(.*)"') variable in KconfigParser829 m = self.re_arch.match(line)