Searched refs:collection_res (Results 1 – 2 of 2) sorted by relevance
28 self.collection_res = {}252 if not self.collection_res:253 self.collection_res = bb.utils.get_collection_res(self.tinfoil.config_data)254 return self.collection_res
1524 collection_res = {}1526 collection_res[collection] = d.getVar('BBFILE_PATTERN_%s' % collection) or ''1528 return collection_res1531 def get_file_layer(filename, d, collection_res={}): argument1533 if not collection_res:1534 collection_res = get_collection_res(d)1540 for collection, regex in collection_res.items():