Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dcommand.py679 def findConfigFiles(self, command, params): member in CommandsAsync
686 command.cooker.findConfigFiles(varname)
688 findConfigFiles.needcache = False
H A Dcooker.py1054 def findConfigFiles(self, varname): member in BBCooker