Searched refs:collection_res (Results 1 – 2 of 2) sorted by relevance
28 self.collection_res = {}258 if not self.collection_res:259 self.collection_res = bb.utils.get_collection_res(self.tinfoil.config_data)260 return self.collection_res
1546 collection_res = {}1548 collection_res[collection] = d.getVar('BBFILE_PATTERN_%s' % collection) or ''1550 return collection_res1553 def get_file_layer(filename, d, collection_res={}): argument1555 if not collection_res:1556 collection_res = get_collection_res(d)1562 for collection, regex in collection_res.items():