Lines Matching refs:config
26 from hb.resources.config import Config
34 self.config = Config()
36 r'${product_name}': self.config.product,
37 r'${root_path}': self.config.root_path,
38 r'${out_path}': self.config.out_path
79 src_path = self.config.out_path
90 fs_path = os.path.join(self.config.out_path,
105 self.config.out_path)
184 log_path = self.config.log_path
203 if attr_key in self.config.fs_attr:
213 fs_cfg_path = os.path.join(self.config.product_path, 'fs.yml')
218 if self.config.fs_attr is None: