Searched refs:output_filename (Results 1 – 4 of 4) sorted by relevance
/build/make/tools/ |
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)
|
D | generate-notice-files.py | 80 def combine_notice_files_html(file_hash, input_dirs, output_filename): argument 95 output_file = open(output_filename, "wb") 136 def combine_notice_files_text(file_hash, input_dirs, output_filename, file_title): argument 140 output_file = open(output_filename, "wb") 155 def combine_notice_files_xml(files_with_same_hash, input_dirs, output_filename): argument 168 output_file = open(output_filename, "wb")
|
/build/bazel/rules/cc/ |
D | flex.bzl | 64 output_filename = "" 71 output_filename = paths.replace_extension(filename_without_ext, ".c") 73 output_filename = paths.replace_extension(filename_without_ext, ".cc") 74 output_file = ctx.actions.declare_file(output_filename) 92 output_filename,
|
/build/make/tools/releasetools/merge/ |
D | merge_target_files.py | 276 def copy_selinux_file(input_path, output_filename): argument 288 output_filename))
|