Lines Matching refs:join
188 ark_frontend_binary = os.path.join(ARK_FRONTEND_BINARY_LIST[0])
190 ark_frontend_binary = os.path.join(args.ark_frontend_binary)
192 ts2abc_build_dir = os.path.join(os.path.dirname(
195 if not os.path.exists(os.path.join(ts2abc_build_dir, "package.json")) and \
196 not os.path.exists(os.path.join(ts2abc_build_dir, "..", "package.json")):
199 if os.path.exists(os.path.join(ts2abc_build_dir, "..", "package.json")) and \
200 not os.path.exists(os.path.join(ts2abc_build_dir, "package.json")):
201 ts2abc_build_dir = os.path.join(ts2abc_build_dir, "..")
203 deps_dir = os.path.join(ts2abc_build_dir, "deps")
206 shutil.copyfile(OHOS_TYPESCRIPT_TGZ_PATH, os.path.join(deps_dir, OHOS_TYPESCRIPT))
233 SKIP_LIST_FILES.append(os.path.join("test262", args.skip_list[0]))
242 new_line = "/".join(line.split("/")[3:])
264 yield os.path.join(root, file_name)
289 if not os.path.isdir(os.path.join(DATA_DIR, '.git')):
305 if not os.path.isdir(os.path.join(ESHOST_DIR, '.git')):
312 if not os.path.isdir(os.path.join(HARNESS_DIR, '.git')):
329 remove_file(os.path.join(ESHOST_DIR, "lib/agents/panda.js"))
330 remove_file(os.path.join(ESHOST_DIR, "runtimes/panda.js"))
372 self.out_dir = os.path.join(BASE_OUT_DIR, "test_es51")
374 self.out_dir = os.path.join(BASE_OUT_DIR, "test_es2015")
376 self.out_dir = os.path.join(BASE_OUT_DIR, "test_intl")
378 self.out_dir = os.path.join(BASE_OUT_DIR, "test_es2021")
380 self.out_dir = os.path.join(BASE_OUT_DIR, "test_es2022")
382 self.out_dir = os.path.join(BASE_OUT_DIR, "test_es2023")
384 self.out_dir = os.path.join(BASE_OUT_DIR, "test_CI")
386 self.out_dir = os.path.join(BASE_OUT_DIR, "test_sendable")
388 self.out_dir = os.path.join(BASE_OUT_DIR, "other_tests")
390 self.out_dir = os.path.join(BASE_OUT_DIR, "test")
415 self.args.dir = os.path.join(DATA_DIR, "test")
418 dstdir = os.path.join(DATA_DIR, "test")
425 srcdir = os.path.join(DATA_DIR, "test", file)
427 dstdir = os.path.join(TEST_ES5_DIR, file)
429 dstdir = os.path.join(TEST_ES2015_DIR, file)
431 dstdir = os.path.join(TEST_INTL_DIR, file)
433 dstdir = os.path.join(TEST_ES2021_DIR, file)
435 dstdir = os.path.join(TEST_SENDABLE_DIR, file)
437 dstdir = os.path.join(TEST_ES2022_DIR, file)
439 dstdir = os.path.join(TEST_ES2023_DIR, file)
441 dstdir = os.path.join(TEST_OTHERTESTS_DIR, file)
443 dstdir = os.path.join(TEST_CI_DIR, file)
451 origin_dir = os.path.join(DATA_DIR, "test/")
580 path = os.path.join(test_dir, path)
671 execute_args.append(os.path.join(p, "**", "*.js"))
707 ark_tool = os.path.join(ark_js_runtime_dir, "ark_js_vm")
709 ark_aot_tool = os.path.join(ark_js_runtime_dir, "ark_aot_compiler")
710 merge_abc_binary = os.path.join(ark_dir, "merge_abc")
869 args.test_list = os.path.join("test262", args.test_list)
874 dirs.append(os.path.sep.join(parts))