Home
last modified time | relevance | path

Searched refs:append_fn (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/tools/buildman/
H A Dkconfiglib.py2512 def _make_conf(self, append_fn): argument
2533 append_fn('{0}{1}="{2}"'
2708 def _make_conf(self, append_fn): argument
2711 append_fn("\n#\n# {0}\n#".format(self.title))
2712 _make_block_conf(self.block, append_fn)
3000 def _make_conf(self, append_fn): argument
3001 _make_block_conf(self.block, append_fn)
3088 def _make_conf(self, append_fn): argument
3090 append_fn("\n#\n# {0}\n#".format(self.text))
3324 def _make_block_conf(block, append_fn): argument
[all …]