Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/bitbake/lib/hashserv/
H A Dclient.py235 async def clean_unused(self, max_age): member in AsyncClient
H A Dsqlite.py402 async def clean_unused(self, oldest): member in Database
H A Dsqlalchemy.py422 async def clean_unused(self, oldest): member in Database
H A Dtests.py252 result = self.client.clean_unused(0)
262 result = self.client.clean_unused(0)
H A Dserver.py617 return {"count": await self.db.clean_unused(oldest)}
/openbmc/openbmc/poky/bitbake/bin/
H A Dbitbake-hashclient165 result = client.clean_unused(args.max_age)