Home
last modified time | relevance | path

Searched refs:output_filename (Results 1 - 2 of 2) sorted by relevance

/build/ohos/sa_profile/sa_info_process/
H A Dmerge_sa_info.py36 def output_filename(self): member in JsonSAInfoMerger.SAInfoCollector
52 with os.fdopen(os.open(self.output_filename, os.O_RDWR | os.O_CREAT, 0o640), 'w') as json_files:
107 merged_file = collector.output_filename
/build/ohos/notice/
H A Dmerge_notice_files.py99 def generate_txt_notice_files(file_hash: str, input_dir: str, output_filename: str,
101 with open(output_filename, "w") as output_file:
149 output_filename: str):
154 with open(output_filename, "w") as output_file:

Completed in 2 milliseconds