Home
last modified time | relevance | path

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

/openbmc/openbmc-build-scripts/scripts/
H A Dbuild-unit-test-docker460 def depcache(cls) -> str: member in Package
466 depcache = ""
468 depcache += "%s:%s," % (pkg, cls.packages[pkg]["rev"])
469 return depcache
H A Dunit-test.py337 with open("/tmp/depcache", "r") as depcache:
338 cache = depcache.readline()