Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/bitbake/bin/
H A Dbitbake-hashclient215 def handle_gc_sweep(args, client): function
318 gc_sweep_parser.set_defaults(func=handle_gc_sweep)
/openbmc/openbmc/poky/bitbake/lib/hashserv/
H A Dserver.py259 "gc-sweep": self.handle_gc_sweep,
587 async def handle_gc_sweep(self, request): member in ServerClient