Searched refs:needed_property_files (Results 1 – 3 of 3) sorted by relevance
/build/make/tools/releasetools/ |
D | ota_from_target_files | 1040 needed_property_files = ( 1043 FinalizeMetadata(metadata, staging_file, output_file, needed_property_files) 1426 def FinalizeMetadata(metadata, input_file, output_file, needed_property_files): argument 1447 def ComputeAllPropertyFiles(input_file, needed_property_files): argument 1450 for property_files in needed_property_files: 1467 def FinalizeAllPropertyFiles(prelim_signing, needed_property_files): argument 1469 for property_files in needed_property_files: 1478 prelim_signing = ComputeAllPropertyFiles(input_file, needed_property_files) 1480 FinalizeAllPropertyFiles(prelim_signing, needed_property_files) 1488 prelim_signing, needed_property_files) [all …]
|
D | ota_from_target_files.py | 1040 needed_property_files = ( 1043 FinalizeMetadata(metadata, staging_file, output_file, needed_property_files) 1426 def FinalizeMetadata(metadata, input_file, output_file, needed_property_files): argument 1447 def ComputeAllPropertyFiles(input_file, needed_property_files): argument 1450 for property_files in needed_property_files: 1467 def FinalizeAllPropertyFiles(prelim_signing, needed_property_files): argument 1469 for property_files in needed_property_files: 1478 prelim_signing = ComputeAllPropertyFiles(input_file, needed_property_files) 1480 FinalizeAllPropertyFiles(prelim_signing, needed_property_files) 1488 prelim_signing, needed_property_files) [all …]
|
D | test_ota_from_target_files.py | 672 needed_property_files = ( 675 FinalizeMetadata(metadata, zip_file, output_file, needed_property_files) 710 needed_property_files = ( 714 FinalizeMetadata(metadata, zip_file, output_file, needed_property_files)
|