Lines Matching refs:join
61 while not os.path.isfile(os.path.join(path, 'build/soong/soong_ui.bash')):
64 path = os.path.join(path, '..')
84 with open(os.path.join(out_dir, 'build.log'), 'wb') as f:
156 with open(os.path.join(results_folder, name)+'.diff', 'wb') as f:
205 cleanup_empty_files(os.path.join(path, subfile))
229 product_dashboard_folder = os.path.join(dirs.results, str(product))
236 shutil.copy2(os.path.join(dirs.out_baseline, 'build.log'),
239 shutil.copy2(os.path.join(dirs.out_product, 'build.log'),
242 shutil.copy2(os.path.join(dirs.out_board, 'build.log'),
246 …product_files = [(os.path.join(dirs.out_baseline, x), os.path.join(dirs.out_product, x)) for x in …
247 …board_files = [(os.path.join(dirs.out_baseline, x), os.path.join(dirs.out_board, x)) for x in file…
256 folder = os.path.join(out_folder, subfolder)
258 if os.path.isfile(os.path.join(folder, file)) and product.product in file:
259 os.remove(os.path.join(folder, file))
286 product_dashboard_folder = os.path.join(dirs.results, str(product))
293 shutil.copy2(os.path.join(dirs.out_baseline, 'build.log'),
296 shutil.copy2(os.path.join(dirs.out_product, 'build.log'),
299 shutil.copy2(os.path.join(dirs.out_board, 'build.log'),
303 …product_files = [(os.path.join(dirs.out_baseline, x), os.path.join(dirs.out_product, x)) for x in …
304 …board_files = [(os.path.join(dirs.out_baseline, x), os.path.join(dirs.out_board, x)) for x in file…
362 out_baseline=os.path.join(out_dir, 'rbc_out_baseline'),
363 out_product=os.path.join(out_dir, 'rbc_out_product'),
364 out_board=os.path.join(out_dir, 'rbc_out_board'),
365 …results=args.results_directory if args.results_directory else os.path.join(out_dir, 'rbc_dashboard…
390 with open(os.path.join(dirs.results, 'index.html'), 'w') as f:
459 print('file://'+os.path.abspath(os.path.join(dirs.results, 'index.html')))