Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dcodeparser.py203 codeparsercache = CodeParserCache() variable
206 codeparsercache.init_cache(cachedir)
209 codeparsercache.save_extras()
212 codeparsercache.save_merge()
335 if h in codeparsercache.pythoncache:
339 for i in codeparsercache.pythoncache[h].contains:
343 if h in codeparsercache.pythoncacheextras:
368codeparsercache.pythoncacheextras[h] = codeparsercache.newPythonCacheLine(self.references, self.ex…
390 if h in codeparsercache.shellcache:
394 if h in codeparsercache.shellcacheextras:
[all …]