Searched refs:dir_path (Results 1 – 11 of 11) sorted by relevance
| /arkcompiler/ets_frontend/es2panda/test/benchmark/ |
| D | utils.py | 122 dir_path = os.path.join(CUR_FILE_DIR, DEFAULT_TESTCASES_DIR, case_dir_name) 124 clear_folder_shutil(dir_path) 125 clone_result = git_clone(case_url, dir_path) 130 shutil.copytree(dir_path, kraken_case_path) 132 tests_dir_path = os.path.join(dir_path, KRAKENBENCHMARK_CASE_PATH, KRAKEN_CASE_PATH) 135 tests_dir_path = os.path.join(dir_path, KRAKENBENCHMARK_CASE_PATH, SUNSPIDER_CASE_PATH) 138 tests_dir_path = dir_path 140 filter_case(case_dir_name, tests_dir_path, dir_path, filter_list) 144 def filter_case(case_dir_name, tests_dir_path, dir_path, case_list): argument 148 del_file_paths.append(process_file(file, case_list, dir_path, tests_dir_path)) [all …]
|
| /arkcompiler/ets_runtime/script/ |
| D | metadata_generate.py | 53 def parse_type_list(dir_path): argument 55 for file_name in os.listdir(dir_path): 56 … if not os.path.isfile(os.path.join(dir_path, file_name)) or not _is_metadata_file(file_name): 58 with open(os.path.join(dir_path, file_name), 'r') as f:
|
| /arkcompiler/ets_runtime/ecmascript/compiler/tests/ |
| D | create_empty_file_test.cpp | 81 std::string dir_path = temp_dir + "/dir4/com.hm.app"; in HWTEST_F_L0() local 82 std::string file_path = dir_path + "/entry.an"; in HWTEST_F_L0() 85 EXPECT_TRUE(filesystem::Exists(dir_path)); in HWTEST_F_L0()
|
| /arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/declgenparser/ |
| D | runner_declgenparser.py | 66 dir_path = path.join(self.test_root, test_dir) 67 self.add_directory(dir_path, "sts", flags)
|
| /arkcompiler/ets_runtime/test/ |
| D | run_ts_test262.py | 61 def get_path_file(dir_path, allfiles=None): argument 64 file_or_dir = os.listdir(dir_path) 66 file_or_dir_path = os.path.join(dir_path, fileOrDir)
|
| /arkcompiler/ets_runtime/tools/ap_file_viewer/server/ |
| D | apdump_server.py | 190 dir_path = os.path.dirname(file_path) 191 if not os.listdir(dir_path): 192 os.rmdir(dir_path)
|
| /arkcompiler/ets_frontend/es2panda/test/parse_command/ |
| D | parse_command.py | 204 dir_path = os.path.join(self.test_root, case_dir) 206 if os.path.exists(dir_path): 208 clone_result = self.git_clone(case_url, dir_path, pull) 211 return dir_path
|
| /arkcompiler/ets_frontend/es2panda/test/bytecode_file_size_comparison/ |
| D | size_compare.py | 212 dir_path = os.path.join(TEST_ROOT, dir_name) 214 if os.path.exists(dir_path): 216 clone_result = git_clone(case_url, dir_path, pull) 219 return dir_path
|
| /arkcompiler/ets_runtime/test/regresstest/ |
| D | run_regress_test.py | 410 for dir_path, path, filenames in os.walk(test_file_list): 411 if dir_path.find(".git") != -1: 415 result.append(str(os.path.join(dir_path, filename))) 923 for dir_path, dir_names, filenames in os.walk(start_dir): 926 result.append(os.path.join(dir_path, filename))
|
| /arkcompiler/ets_runtime/test/aotjsperftest/ |
| D | run_js_test.py | 416 dir_path = os.path.dirname(daily_report_file_path) 418 json_file_path = os.path.join(dir_path, json_file_name)
|
| /arkcompiler/ets_runtime/test/jsperftest/ |
| D | run_js_test.py | 392 dir_path = os.path.dirname(daily_report_file_path) 394 json_file_path = os.path.join(dir_path, json_file_name)
|