Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/
H A Dcommand.py680 def findConfigFilePath(self, command, params): member in CommandsAsync
686 command.cooker.findConfigFilePath(configfile)
688 findConfigFilePath.needcache = False
H A Dcooker.py1062 def findConfigFilePath(self, configfile): member in BBCooker