Home
last modified time | relevance | path

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

/build/make/tools/releasetools/
Dedify_generator.py419 def AddToZip(self, input_zip, output_zip, input_path=None): argument
430 if input_path is None:
433 data = open(input_path, "rb").read()
Dnon_ab_ota.py278 script.AddToZip(input_zip, output_zip, input_path=OPTIONS.updater_binary)
530 script.AddToZip(source_zip, output_zip, input_path=OPTIONS.updater_binary)
532 script.AddToZip(target_zip, output_zip, input_path=OPTIONS.updater_binary)
/build/make/tools/releasetools/merge/
Dmerge_target_files.py216 def copy_selinux_file(input_path, output_filename): argument
217 input_filename = os.path.join(target_files_dir, input_path)