Searched refs:filepath (Results 1 – 5 of 5) sorted by relevance
/arkcompiler/ets_runtime/test/ |
D | run_ts_test262.py | 73 def get_node_cmd(filepath): argument 74 cmd = ['ts-node', filepath] 87 def get_es2abc_cmd(filepath): argument 88 abc_file_path = ("%s.abc" % (os.path.splitext(filepath)[0])) 91 …module', '--merge-abc', '--type-extractor', '--extension=ts', '--output', abc_file_path, filepath])
|
/arkcompiler/ets_frontend/testTs/ |
D | run_testTs.py | 50 def skip(filepath, flag=False): argument 57 if os.path.isfile(filepath): 58 if filepath.endswith('.ts'): 59 if filepath not in skip_test_list: 68 def abc_judge(filepath): argument 69 if not os.path.getsize(filepath):
|
/arkcompiler/ets_frontend/arkguard/ |
D | README-cn.md | 135 `-print-namecache` filepath 141 `-apply-namecache` filepath 221 `-keep-dts` filepath
|
D | README.md | 150 `-print-namecache` filepath 157 `-apply-namecache` filepath 239 `-keep-dts` filepath 241 Specifies to keep names in the given `.d.ts` file. Here filepath can be also a directory. If so, th…
|
/arkcompiler/toolchain/build/third_party_gn/googletest/ |
D | BUILD.gn | 56 "$googletest_dir/include/gtest/internal/gtest-filepath.h", 65 "$googletest_dir/src/gtest-filepath.cc",
|