Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dcookerdata.py362 bb.codeparser.parser_cache_init(data.getVar("BB_CACHEDIR"))
469 bb.codeparser.parser_cache_init(data.getVar("BB_CACHEDIR"))
H A Dcodeparser.py205 def parser_cache_init(cachedir): function