Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/meta/lib/oe/
H A Dutils.py23 def ifelse(condition, iftrue = True, iffalse = False): argument
25 return iftrue
35 def vartrue(var, iftrue, iffalse, d): argument
38 return iftrue