Lines Matching refs:config
18 from resources.config import Config
29 self.config = Config()
31 self.patch_cfg = os.path.join(self.config.product_path, 'patch.yml')
43 patch_cfg = self.config.patch_cache
71 src_path = os.path.join(self.config.root_path, src_path)
77 patch_path = os.path.join(self.config.root_path, patch_item)
79 patch_path = os.path.join(self.config.root_path,
89 SystemUtil.exec_command(cmd, log_path=self.config.log_path,
93 self.config.patch_cache = None
102 if self.config.patch_cache is not None:
105 self.config.patch_cache = self.patch_cfg