Home
last modified time | relevance | path

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

/build/scripts/
Dmerge_notice.py22 def _merge_txt_file(ohos_notice, a_notice, output_notice): argument
33 with open(output_notice, 'a') as a_file:
58 _merge_txt_file(args.ohos_notice, args.a_notice, args.output_notice)