Home
last modified time | relevance | path

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

/openbmc/u-boot/Documentation/sphinx/
H A Dkfigure.py124 convert_cmd = None variable
173 global dot_cmd, convert_cmd # pylint: disable=W0603
177 convert_cmd = which('convert')
184 if convert_cmd:
185 app.verbose("use convert(1) from: " + convert_cmd)
254 if convert_cmd is None:
321 cmd = [convert_cmd, svg_fname, pdf_fname]
/openbmc/linux/Documentation/sphinx/
H A Dkfigure.py120 convert_cmd = None variable
177 global dot_cmd, dot_Tpdf, convert_cmd, rsvg_convert_cmd # pylint: disable=W0603
182 convert_cmd = which('convert')
207 convert_cmd = None
212 if convert_cmd:
213 kernellog.verbose(app, "use convert(1) from: " + convert_cmd)
298 if not inkscape_cmd and convert_cmd is None:
378 cmd = [convert_cmd, svg_fname, pdf_fname]