Searched refs:template_cfg (Results 1 – 3 of 3) sorted by relevance
84 template_cfg = str(temp.read())87 template_cfg = template_cfg.replace('{device_target}',89 template_cfg = template_cfg.replace('{reproduce}', self._reproduce)90 template_cfg = template_cfg.replace('{work_dir_path}',92 template_cfg = template_cfg.replace('{http}', self._http)93 template_cfg = template_cfg.replace('{syzkaller_dir_path}',95 template_cfg = template_cfg.replace('{device_code}', self._device_code)96 template_cfg = template_cfg.replace('{device_type}', self._device_type)97 template_cfg = template_cfg.replace('{procs}', str(self._procs))102 config_file.write(template_cfg)
20 template_cfg = 'syzkaller_template.cfg' # tmp/tmp8214/syzkaller_template.cfg variable
66 self._env['template_cfg'] = os.path.join(_temp_dir, env.template_cfg)