Home
last modified time | relevance | path

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

/openbmc/u-boot/Documentation/sphinx/
H A Dkfigure.py121 dot_cmd = None variable
173 global dot_cmd, convert_cmd # pylint: disable=W0603
176 dot_cmd = which('dot')
179 if dot_cmd:
180 app.verbose("use dot(1) from: " + dot_cmd)
227 if not dot_cmd:
302 cmd = [dot_cmd, '-T%s' % out_format, dot_fname]
425 if not dot_cmd and tmp_ext == '.dot':
/openbmc/linux/Documentation/sphinx/
H A Dkfigure.py115 dot_cmd = None variable
177 global dot_cmd, dot_Tpdf, convert_cmd, rsvg_convert_cmd # pylint: disable=W0603
181 dot_cmd = which('dot')
186 if dot_cmd:
187 kernellog.verbose(app, "use dot(1) from: " + dot_cmd)
190 dot_Thelp_list = subprocess.check_output([dot_cmd, '-Thelp'],
270 if not dot_cmd:
357 cmd = [dot_cmd, '-T%s' % out_format, dot_fname]
529 if not dot_cmd and tmp_ext == '.dot':