Searched full:hap_module_path (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_frontend/test/scripts/sdk_test/ |
| D | config.yaml | 43 # -hap_module_path: specify hap module path to build in the test,in form of list 98 hap_module_path: [ entry ] 127 hap_module_path: [ entry ] 156 hap_module_path: [ entry ] 185 hap_module_path: [ entry ] 216 hap_module_path: [ entry ]
|
| D | options.py | 205 task.hap_module_path = hap['hap_module_path']
|
| D | execution.py | 239 oh_package_json_path = os.path.join(task.path, *task.hap_module_path, 'oh-package.json5') 549 config_file_dir = os.path.join(task.path, *task.hap_module_path, 'src', 'main') 1157 preview_path = os.path.join(task.path, *task.hap_module_path, *task.preview_path) 1442 task.path, *task.hap_module_path, 'build-profile.json5') 1646 task.path, *task.hap_module_path, *(task.build_path), *(task.cache_path), 'release') 2216 task.path, *task.hap_module_path, *(task.build_path), *(task.cache_path)) 2643 build_path = os.path.join(task.path, *task.hap_module_path, *task.build_path) 2662 cache_file = os.path.join(task.path, *task.hap_module_path, *task.build_path, *task.cache_path)
|
| D | utils.py | 304 'Hap': task.hap_module_path,
|