Searched refs:abs_file_path (Results 1 – 1 of 1) sorted by relevance
/external/toolchain-utils/binary_search_tool/ |
D | bisect_driver.py | 240 def cache_file(execargs, bisect_dir, cache, abs_file_path): argument 253 bisect_path = os.path.join(bisect_dir, cache) + abs_file_path 257 log_to_file(pop_log, execargs, abs_file_path, bisect_path) 260 if os.path.exists(abs_file_path): 266 dup_object_list.write('%s\n' % abs_file_path) 272 'such files will be written to %s' % (abs_file_path, os.path.join( 275 shutil.copy2(abs_file_path, bisect_path) 285 print('Could not cache file %s' % abs_file_path, file=sys.stderr) 289 def restore_file(bisect_dir, cache, abs_file_path): argument 298 cached_path = os.path.join(bisect_dir, cache) + abs_file_path [all …]
|