Searched refs:needed_property_files (Results 1 – 3 of 3) sorted by relevance
/build/make/tools/releasetools/ |
D | ota_from_target_files | 881 needed_property_files = ( 884 FinalizeMetadata(metadata, staging_file, output_file, needed_property_files) 1280 def FinalizeMetadata(metadata, input_file, output_file, needed_property_files): argument 1301 def ComputeAllPropertyFiles(input_file, needed_property_files): argument 1304 for property_files in needed_property_files: 1321 def FinalizeAllPropertyFiles(prelim_signing, needed_property_files): argument 1323 for property_files in needed_property_files: 1332 prelim_signing = ComputeAllPropertyFiles(input_file, needed_property_files) 1334 FinalizeAllPropertyFiles(prelim_signing, needed_property_files) 1342 prelim_signing, needed_property_files) [all …]
|
D | ota_from_target_files.py | 881 needed_property_files = ( 884 FinalizeMetadata(metadata, staging_file, output_file, needed_property_files) 1280 def FinalizeMetadata(metadata, input_file, output_file, needed_property_files): argument 1301 def ComputeAllPropertyFiles(input_file, needed_property_files): argument 1304 for property_files in needed_property_files: 1321 def FinalizeAllPropertyFiles(prelim_signing, needed_property_files): argument 1323 for property_files in needed_property_files: 1332 prelim_signing = ComputeAllPropertyFiles(input_file, needed_property_files) 1334 FinalizeAllPropertyFiles(prelim_signing, needed_property_files) 1342 prelim_signing, needed_property_files) [all …]
|
D | test_ota_from_target_files.py | 482 needed_property_files = ( 485 FinalizeMetadata(metadata, zip_file, output_file, needed_property_files) 525 needed_property_files = ( 529 FinalizeMetadata(metadata, zip_file, output_file, needed_property_files)
|