Home
last modified time | relevance | path

Searched full:node_js_path (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_frontend/test/scripts/sdk_test/
Dpreparation.py37 node_js_path = os.path.join(deveco_path, 'tools', 'node')
39 node_js_path = os.path.join(node_js_path, 'bin')
46 …[java_path, tool_home, sdk_home, ohpm_path, hvigor_path, node_js_path]) + os.pathsep + old_env_path
Dconfig.yaml20 node_js_path: D:\Software\nodejs # The nodejs which is used in Deveco
Dexecution.py1878 node_js_path = os.path.join(deveco_path, 'tools', 'node')
1880 node_exe_path = os.path.join(node_js_path, 'node.exe')
/arkcompiler/ets_frontend/test/scripts/performance_test/
Dreadme_zh.md14 project_path,node_js_path,jbr_path 这三个必须根据环境配置,其他的可以用默认的
33 self.node_js_path = r"C:/xxx"
Dreadme.md14 project_path, node_js_path, jbr_path. These params must be set according your envronment!!! Other p…
33 self.node_js_path = r"C:/xxx"
Dperformance_build.py107 os.environ['path'] = self.config.node_js_path + ";" + os.environ['path']
119 cmd = [self.config.node_js_path, self.config.cmd_prefix, "--stop-daemon"]
147 cmd = [self.config.node_js_path, self.config.cmd_prefix, "clean"]
212 cmd = [self.config.node_js_path, self.config.cmd_prefix, *cmd_suffix]
Dperformance_config.py34 self.node_js_path = os.path.join(self.deveco_path, 'tools', 'node', 'node.exe')