Home
last modified time | relevance | path

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

/external/autotest/client/common_lib/
Dpackages.py117 def trim_custom_directories(repo, older_than_days=None): argument
121 if older_than_days is None:
122 older_than_days = global_config.global_config.get_config_value(
124 cmd = 'find . -type f -atime +%s -exec rm -f {} \;' % older_than_days