Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/
H A Dcommand.py181 def getAllKeysWithFlags(self, command, params): member in CommandsSync
187 return command.cooker.getAllKeysWithFlags(flaglist)
188 getAllKeysWithFlags.readonly = True
H A Dcooker.py130 … f.write("%s\n" % json.dumps({ "allvariables" : self.cooker.getAllKeysWithFlags(["doc", "func"])}))
1587 def getAllKeysWithFlags(self, flaglist): member in BBCooker