Home
last modified time | relevance | path

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

/build/soong/ui/build/
Dcleanbuild_test.go55 cleanOldFiles(ctx, dir, ".installed")
Dkati.go295 cleanOldFiles(ctx, config.ProductOut(), ".installable_files"+suffix)
297 cleanOldFiles(ctx, config.HostOut(), ".installable_test_files")
Dcleanbuild.go208 func cleanOldFiles(ctx Context, basePath, newFile string) { func