Searched refs:toml_basename (Results 1 – 1 of 1) sorted by relevance
424 def preprocess_toml(self, config_dir, toml_basename, subdir): argument428 preproc_cmd = [compiler_path, '-E', str(config_dir / (toml_basename + '.h'))]586 toml_basename = target + '.toml'587 if ((conf_dir / toml_basename).exists() and588 (conf_dir / (toml_basename + '.h')).exists()):591 if (conf_dir / (toml_basename + '.h')).exists():593 self.preprocess_toml(conf_dir, toml_basename, generated_subdir)597 extra_ri_args += ['-c', str(toml_dir / toml_basename)]