Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/bitbake/bin/
H A Dbitbake-hashclient198 def handle_gc_status(args, client): function
308 gc_status_parser.set_defaults(func=handle_gc_status)
/openbmc/openbmc/poky/bitbake/lib/hashserv/
H A Dserver.py260 "gc-status": self.handle_gc_status,
605 async def handle_gc_status(self, request): member in ServerClient