Home
last modified time | relevance | path

Searched refs:uncompressed_output_path (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_frontend/test/scripts/sdk_test/
Dexecution.py657 def validate_output_for_jsbundle(info, task, uncompressed_output_path, is_debug): argument
659 for root, dirs, files in os.walk(uncompressed_output_path):
667 os.path.join(uncompressed_output_path, file))
684 if not os.path.exists(os.path.join(uncompressed_output_path, sourcemap_file)):
692 def validate_output_for_esmodule(info, task, uncompressed_output_path, is_debug): argument
693 abc_generated_path = os.path.join(uncompressed_output_path, 'ets')