Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dcodeparser.py67 fixedhash = fn + ":" + str(fstat.st_size) + ":" + str(fstat.st_mtime)
72 … parser.parse_python(None, filename=fn, lineno=1, fixedhash=fixedhash+f, func=functions[f])
90 … parser.parse_python(src, filename=fn, lineno=lineno, fixedhash=fixedhash+f, func=functions[f])
351 def parse_python(self, node, lineno=0, filename="<string>", fixedhash=None, func=None): argument
352 if not fixedhash and (not node or not node.strip()):
355 if fixedhash:
356 h = fixedhash
378 if fixedhash and not node:
399 if fixedhash: