Searched refs:output_filename (Results 1 – 3 of 3) sorted by relevance
/build/soong/scripts/ |
D | generate-notice-files.py | 76 def combine_notice_files_html(file_hash, input_dir, output_filename): argument 91 output_file = open(output_filename, "wb") 134 def combine_notice_files_text(file_hash, input_dir, output_filename, file_title): argument 138 output_file = open(output_filename, "wb") 149 def combine_notice_files_xml(files_with_same_hash, input_dir, output_filename): argument 162 output_file = open(output_filename, "wb")
|
/build/make/tools/ |
D | generate-notice-files.py | 76 def combine_notice_files_html(file_hash, input_dirs, output_filename): argument 91 output_file = open(output_filename, "wb") 134 def combine_notice_files_text(file_hash, input_dirs, output_filename, file_title): argument 138 output_file = open(output_filename, "wb") 149 def combine_notice_files_xml(files_with_same_hash, input_dirs, output_filename): argument 162 output_file = open(output_filename, "wb")
|
D | generate-self-extracting-archive.py | 126 output_filename = argv[1] 158 with open(output_filename, 'wb') as output: 178 os.chmod(output_filename, 0o777 & ~umask)
|