Home
last modified time | relevance | path

Searched full:deveco_path (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/test/scripts/sdk_test/
Dpreparation.py33 deveco_path = options.configs.get('deveco_path')
34 java_home = os.path.join(deveco_path, 'jbr')
35 tool_home = os.path.join(deveco_path)
37 node_js_path = os.path.join(deveco_path, 'tools', 'node')
54 java_path = os.path.join(options.configs.get('deveco_path'), 'jbr')
59 node_path = os.path.join(options.configs.get('deveco_path'), 'tools', 'node')
Dexecution.py1877 deveco_path = options.configs.get('deveco_path')
1878 node_js_path = os.path.join(deveco_path, 'tools', 'node')
1881 hvigor_script_path = os.path.join(deveco_path, 'tools', 'hvigor', 'bin', 'hvigorw.js')
1884 hvigor = [os.path.join(deveco_path, 'hvigorw')]
1982 …ohpm_bat_path = os.path.join(options.configs.get('deveco_path'), 'tools', 'ohpm', 'bin', 'ohpm.bat…
Dconfig.yaml17 deveco_path: D:\Software\Deveco-0602\DevEco Studio
/arkcompiler/ets_frontend/test/scripts/performance_test/
Dperformance_config.py32 self.deveco_path = r"xxx/DevEco Studio"
33 self.cmd_prefix = os.path.join(self.deveco_path, 'tools', 'hvigor', 'bin', 'hvigorw.js')
34 self.node_js_path = os.path.join(self.deveco_path, 'tools', 'node', 'node.exe')
35 self.jbr_path = os.path.join(self.deveco_path, 'jbr')