Home
last modified time | relevance | path

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

/external/toolchain-utils/
Dauto_delete_nightly_test_data.py98 def CleanChromeOsTmpFiles(chroot_tmp, days_to_preserve, dry_run): argument
103 minutes = 1440 * days_to_preserve
124 def CleanChromeOsImageFiles(chroot_tmp, subdir_suffix, days_to_preserve, argument
129 minutes = 1440 * days_to_preserve
152 def CleanChromeOsTmpAndImages(days_to_preserve=1, dry_run=False): argument
157 rv = CleanChromeOsTmpFiles(chromeos_chroot_tmp, days_to_preserve, dry_run)
160 days_to_preserve, dry_run)
163 days_to_preserve, dry_run)
165 rv += CleanChromeOsImageFiles(chromeos_chroot_tmp, '-pfq', days_to_preserve,
179 e = d - int(options.days_to_preserve)
[all …]