Searched full:build_path (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_frontend/test/scripts/sdk_test/ |
| D | config.yaml | 43 # -build_path: path to build path, in form of list 56 build_path: 68 build_path: 80 build_path: [entry, build, default] 94 build_path: [entry, build, default] 108 build_path: [entry, build, default] 122 build_path: [entry, build, default]
|
| D | utils.py | 105 build_path = os.path.join(task.path, *task.build_path) 106 out_path = os.path.join(build_path, *task.output_hap_path_signed)
|
| D | options.py | 80 self.build_path = [] 173 task.build_path = hap['build_path']
|
| D | execution.py | 125 task.path, *(task.build_path), *(task.cache_path), 'debug') 130 task.path, *(task.build_path), *(task.cache_path), 'release') 357 entry_item = task.build_path[:-2] # to entry path 531 entry_item = task.build_path[:-2] # to entry path 734 task.path, *(task.build_path), *(task.cache_path), 'release') 766 task.path, *(task.build_path), *(task.output_hap_path)) 769 task.path, *(task.build_path), *(task.output_app_path)) 989 task.path, *(task.build_path), *(task.cache_path))
|