Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/test/benchmark/
Dutils.py122 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/
Dmetadata_generate.py53 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/
Dcreate_empty_file_test.cpp81 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/
Drunner_declgenparser.py66 dir_path = path.join(self.test_root, test_dir)
67 self.add_directory(dir_path, "sts", flags)
/arkcompiler/ets_runtime/test/
Drun_ts_test262.py61 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/
Dapdump_server.py190 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/
Dparse_command.py204 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/
Dsize_compare.py212 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/
Drun_regress_test.py410 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/
Drun_js_test.py416 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/
Drun_js_test.py392 dir_path = os.path.dirname(daily_report_file_path)
394 json_file_path = os.path.join(dir_path, json_file_name)