Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/
H A Dcommand.py647 def findConfigFiles(self, command, params): member in CommandsAsync
654 command.cooker.findConfigFiles(varname)
656 findConfigFiles.needcache = False
H A Dcooker.py1138 def findConfigFiles(self, varname): member in BBCooker