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.py145 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.py256 result = self.client.clean_unused(0)
266 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-hashclient150 result = client.clean_unused(args.max_age)