Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/
H A Dcommand.py248 def matchFile(self, command, params): member in CommandsSync
254 return command.cooker.matchFile(fMatch, mc)
255 matchFile.needconfig = False
H A Dcooker.py603 fn = self.matchFile(fn, mc)
1372 def matchFile(self, buildfile, mc=''): member in BBCooker
1418 fn = self.matchFile(fn, mc)