Lines Matching refs:config
24 from resources.config import Config
34 self.config = Config()
45 '-C', self.config.out_path] + self._convert_args()
46 LogUtil.write_log(self.config.log_path,
52 self.config.root_path,
54 self.config.product,
63 self.config.log_path,
71 self.config.log_path,
74 log_mode=self.config.log_mode
97 ninja_path = os.path.join(self.config.root_path, 'prebuilts/build-tools/{}-x86/bin/ninja'