Searched refs:input_path (Results 1 – 3 of 3) sorted by relevance
/build/make/tools/releasetools/ |
D | edify_generator.py | 419 def AddToZip(self, input_zip, output_zip, input_path=None): argument 430 if input_path is None: 433 data = open(input_path, "rb").read()
|
D | non_ab_ota.py | 278 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/ |
D | merge_target_files.py | 216 def copy_selinux_file(input_path, output_filename): argument 217 input_filename = os.path.join(target_files_dir, input_path)
|