Searched full:build_path (Results 1 – 5 of 5) sorted by relevance
| /arkcompiler/runtime_core/static_core/plugins/ets/playground/backend/tests/fixtures/ |
| D | app.py | 28 build_path = tmp_path_factory.mktemp("build") 29 bin_path = build_path / "bin" 30 plugin_path = build_path / "plugins" / "ets" 36 return build_path, *paths
|
| /arkcompiler/ets_frontend/test/scripts/sdk_test/ |
| D | config.yaml | 50 # -build_path: path to build path, in form of list 74 build_path: 86 build_path: 105 build_path: [ build, default ] 134 build_path: [ build, default ] 163 build_path: [ build, default ] 192 build_path: [ build, default ] 223 build_path: [ build, default ]
|
| D | options.py | 105 self.build_path = [] 213 task.build_path = hap['build_path']
|
| D | utils.py | 168 build_path = os.path.join(task.path, *module_path, *task.build_path) 169 out_path = os.path.join(build_path, *output_path_signed)
|
| D | execution.py | 341 task.path, *module_path, *task.build_path, *task.cache_path, 'debug') 346 task.path, *module_path, *task.build_path, *task.cache_path, 'release') 1071 task.path, *module_path, *task.build_path, *task.preview_cache_path, 'debug') 1643 task.path, *task.hsp_module_path, *(task.build_path), *(task.cache_path), 'release') 1646 task.path, *task.hap_module_path, *(task.build_path), *(task.cache_path), 'release') 1676 output_file = os.path.join(task.path, *module_path, *task.build_path, *output_path) 2216 task.path, *task.hap_module_path, *(task.build_path), *(task.cache_path)) 2514 … dependency_path = os.path.join(task.har_module, *task.build_path, *task.har_output_path_har) 2643 build_path = os.path.join(task.path, *task.hap_module_path, *task.build_path) 2644 cache_path = os.path.join(build_path, *task.cache_path, 'debug') if is_debug \ [all …]
|