Home
last modified time | relevance | path

Searched refs:json5 (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/test/scripts/sdk_test/
H A Doptions.py27 import json5 namespace
162 profile_file = os.path.join(task_path, 'build-profile.json5')
164 profile_data = json5.load(file)
H A Dexecution.py33 import json5 namespace
239 oh_package_json_path = os.path.join(task.path, *task.hap_module_path, 'oh-package.json5')
243 json_data = json5.load(json_file)
532 # modify build-profile.json5
533 profile_file = os.path.join(task.path, 'build-profile.json5')
538 profile_data = json5.load(file)
546 json5.dump(profile_data, file)
548 # modify module.json5 for stage mode
550 config_file = os.path.join(config_file_dir, 'module.json5')
555 config_data = json5
[all...]
/arkcompiler/ets_frontend/test/scripts/performance_test/
H A Dperformance_build.py26 import json5 namespace
173 event_obj = json5.load(report)['events']

Completed in 3 milliseconds