Home
last modified time | relevance | path

Searched refs:cleanOldFiles (Results 1 – 3 of 3) sorted by relevance

/build/soong/ui/build/
Dkati.go214 cleanOldFiles(ctx, config.ProductOut(), ".installable_files"+suffix)
216 cleanOldFiles(ctx, config.HostOut(), ".installable_test_files")
Dcleanbuild_test.go55 cleanOldFiles(ctx, dir, ".installed")
Dcleanbuild.go190 func cleanOldFiles(ctx Context, basePath, file string) { func