/build/make/tools/releasetools/ |
D | img_from_target_files.py | 71 def LoadOptions(input_file): argument 91 def CopyZipEntries(input_file, output_file, entries): argument 116 def EntriesForUserImages(input_file): argument 170 def EntriesForSplitSuperImages(input_file): argument 188 def RebuildAndWriteSuperImages(input_file, output_file): argument 213 def ImgFromTargetFiles(input_file, output_file): argument
|
D | ota_from_target_files.py | 445 def GetTargetFilesZipForSecondaryImages(input_file, skip_postinstall=False): argument 537 def GetTargetFilesZipWithoutPostinstallConfig(input_file): argument 560 def ModifyTargetFilesDynamicPartitionInfo(input_file, key, value): argument 591 def GetTargetFilesZipForCustomVABCCompression(input_file, vabc_compression_param): argument 603 def GetTargetFilesZipForPartialUpdates(input_file, ab_partitions): argument 691 def GetTargetFilesZipForRetrofitDynamicPartitions(input_file, argument 762 def GetTargetFilesZipForCustomImagesUpdates(input_file, custom_images: dict): argument
|
D | fsverity_metadata_generator.py | 100 def digest(self, input_file): argument 107 def generate(self, input_file, output_file=None): argument 120 def _do_generate(self, input_file, output_file, work_dir): argument
|
D | common.py | 742 def DoesInputFileContain(input_file, fn): argument 757 def ReadBytesFromInputFile(input_file, fn): argument 777 def ReadFromInputFile(input_file, fn): argument 782 def WriteBytesToInputFile(input_file, fn, data): argument 804 def WriteToInputFile(input_file, fn, str: str): argument 809 def ExtractFromInputFile(input_file, fn): argument 845 def LoadInfoDict(input_file, repacking=False): argument 1022 def __init__(self, input_file, name, placeholder_values=None): argument 1042 def FromInputFile(input_file, name, placeholder_values=None, ramdisk_format=RamdiskFormat.LZ4): argument 1056 def _ReadBootPropFile(input_file, partition_name, ramdisk_format): argument [all …]
|
D | apex_utils.py | 537 def GetApexInfoFromTargetFiles(input_file): argument 558 def GetApexInfoForPartition(input_file, partition): argument
|
D | test_utils.py | 252 def _verify_entries(self, input_file, tokens, entries): argument
|
D | ota_utils.py | 67 def FinalizeMetadata(metadata, input_file, output_file, needed_property_files=None, package_key=Non… argument 101 def ComputeAllPropertyFiles(input_file, needed_property_files): argument
|