Home
last modified time | relevance | path

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

/external/autotest/client/bin/result_tools/
Dzip_file_throttler.py48 if not throttler_lib.try_delete_file_on_disk(new_path):
54 if not throttler_lib.try_delete_file_on_disk(file_info.path):
56 throttler_lib.try_delete_file_on_disk(new_path)
Dshrink_file_throttler.py99 if not throttler_lib.try_delete_file_on_disk(file_info.path):
101 throttler_lib.try_delete_file_on_disk(new_path)
Dthrottler_lib.py148 def try_delete_file_on_disk(path): function
Ddedupe_file_throttler.py68 if throttler_lib.try_delete_file_on_disk(file_info.path):