Lines Matching refs:file_path
349 file_path = os.path.join(root, file)
350 results = file_path.split("/")
355 … test_data = run_js_case_via_ark(file_path, class_name, api_name, iterations, report_file)
368 file_path = os.path.join(root, file)
369 results = file_path.split("/")
737 file_path = os.path.join(root, file)
738 file_list.append(file_path)
739 for _, file_path in enumerate(file_list):
740 results = file_path.split("/")
745 v_8_exec_time_dict = run_v_8_single_js_case(file_path, '', js_case_name, iterations)
766 file_path = os.path.join(root, file)
767 file_list.append(file_path)
769 for _, file_path in enumerate(file_list):
770 results = file_path.split("/")
775 … v_8_exec_time_dict = run_v_8_single_js_case(file_path, '--jitless', js_case_name, iterations)