Searched refs:get_conffiles (Results 1 – 4 of 4) sorted by relevance
233 conffiles_str = ' '.join(oe.package.get_conffiles(pkg, d))
272 conffiles_str = ' '.join(oe.package.get_conffiles(pkg, d))
365 conffiles = oe.package.get_conffiles(pkg, d)
586 def get_conffiles(pkg, d): function