Searched full:node_js_path (Results 1 – 7 of 7) sorted by relevance
| /arkcompiler/ets_frontend/test/scripts/sdk_test/ |
| D | preparation.py | 37 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
|
| D | config.yaml | 20 node_js_path: D:\Software\nodejs # The nodejs which is used in Deveco
|
| D | execution.py | 1878 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/ |
| D | readme_zh.md | 14 project_path,node_js_path,jbr_path 这三个必须根据环境配置,其他的可以用默认的 33 self.node_js_path = r"C:/xxx"
|
| D | readme.md | 14 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"
|
| D | performance_build.py | 107 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]
|
| D | performance_config.py | 34 self.node_js_path = os.path.join(self.deveco_path, 'tools', 'node', 'node.exe')
|