Home
last modified time | relevance | path

Searched refs:filepath (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/test/
Drun_ts_test262.py73 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/
Drun_testTs.py50 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/
DREADME-cn.md135 `-print-namecache` filepath
141 `-apply-namecache` filepath
221 `-keep-dts` filepath
DREADME.md150 `-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/
DBUILD.gn56 "$googletest_dir/include/gtest/internal/gtest-filepath.h",
65 "$googletest_dir/src/gtest-filepath.cc",