Home
last modified time | relevance | path

Searched refs:src_dir (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_frontend/ts2panda/scripts/
Drun_tests.py67 self.src_dir = TS2PANDA_DIR
73 if self.args.src_dir:
74 self.src_dir = self.args.src_dir
86 src_dir = self.src_dir
88 run_command(['cp', '-f', os.path.join(src_dir, "package.json"),
90 run_command(['cp', '-f', os.path.join(src_dir, "package-lock.json"),
Drun.py65 src_dir = options.src_dir
67 run_command(['cp', '-f', os.path.join(src_dir, "package.json"),
69 run_command(['cp', '-f', os.path.join(src_dir, "package-lock.json"),
/arkcompiler/ets_frontend/test262/
Drun_test262.py209 def mkdstdir(file, src_dir, dist_dir): argument
210 idx = file.rfind(src_dir)
215 fpath = fpath.replace(src_dir, dist_dir)
455 src_dir = TEST_FULL_DIR
458 src_dir = TEST_ES5_DIR
461 src_dir = TEST_ES2015_DIR
464 src_dir = TEST_INTL_DIR
467 src_dir = TEST_ES2021_DIR
470 src_dir = TEST_ES2022_DIR
473 src_dir = TEST_ES2023_DIR
[all …]
/arkcompiler/runtime_core/tests/cts-generator/generator/
Dparser.rb18 def initialize(data, output, src_dir, skip_header) argument
21 @src_dir = src_dir
/arkcompiler/toolchain/build/prebuilts_download/
Dprebuilts_download.py153 src_dir = ''.join([code_dir, config_info.get('src')])
158 if os.path.exists(src_dir):
161 shutil.move(src_dir, tmp_dir)
168 if os.path.exists(dest_dir) and dest_dir != src_dir:
170 shutil.move(src_dir, dest_dir)
/arkcompiler/ets_frontend/ts2panda/
DBUILD.gn17 src_dir = target_out_dir + "/src"
26 outputs = [ "${src_dir}/${file}" ]
137 rebase_path("${src_dir}/diagnostic.ts"),
140 outputs = [ "${src_dir}/diagnostic.ts" ]
151 output_file = "$src_dir/irnodes.ts"