HomeSort by relevance Sort by last modified time
    Searched refs:try_delete_file_on_disk (Results 1 - 4 of 4) sorted by null

  /external/autotest/client/bin/result_tools/
zip_file_throttler.py 48 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)
shrink_file_throttler.py 98 if not throttler_lib.try_delete_file_on_disk(file_info.path):
100 throttler_lib.try_delete_file_on_disk(new_path)
dedupe_file_throttler.py 68 if throttler_lib.try_delete_file_on_disk(file_info.path):
throttler_lib.py 148 def try_delete_file_on_disk(path): function

Completed in 178 milliseconds