Home
last modified time | relevance | path

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

/external/toolchain-utils/binary_search_tool/
Dbisect_driver.py232 def cache_file(execargs, bisect_dir, cache, abs_file_path): argument
244 bisect_path = os.path.join(bisect_dir, cache) + abs_file_path
248 log_to_file(pop_log, execargs, abs_file_path, bisect_path)
251 if os.path.exists(abs_file_path):
257 dup_object_list.write('%s\n' % abs_file_path)
259 'Trying to cache file %s multiple times.' % abs_file_path)
261 shutil.copy2(abs_file_path, bisect_path)
270 print('Could not cache file %s' % abs_file_path, file=sys.stderr)
274 def restore_file(bisect_dir, cache, abs_file_path): argument
283 cached_path = os.path.join(bisect_dir, cache) + abs_file_path
[all …]