Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/test/scripts/sdk_test/
Dconfig.yaml44 # -har_module: specify har module to build in the test.
99 har_module: har
128 har_module: har
157 har_module: har
186 har_module: har
217 har_module: outHar
Doptions.py211 task.har_module = hap['har_module']
Dutils.py293 'Har': task.har_module,
294 'BytecodeHar': task.har_module,
Dexecution.py137 is_packaged = is_package_modules_to_module_abc(task, pa_file, task.har_module)
248 module_name = task.har_module.capitalize()
873 logging.error(f'build {task.har_module} failed')
996 is_packaged = is_package_modules_to_module_abc(task, pa_file, external_task.har_module)
1025 info.error_message = f'Full compile failed due to {external_task.har_module} module'
1026 logging.error(f'Full compile failed due to {external_task.har_module} module')
1031 info.error_message = f'Validate failed due to {external_task.har_module} module'
1032 logging.error(f'Validate failed due to {external_task.har_module} module')
2514 … dependency_path = os.path.join(task.har_module, *task.build_path, *task.har_output_path_har)