Searched refs:partition (Results 1 – 4 of 4) sorted by relevance
/build/tools/releasetools/ |
D | edify_generator.py | 208 def TunePartition(self, partition, *options): argument 211 p = fstab[partition] 213 raise ValueError("Partition %s cannot be tuned\n" % (partition,)) 217 p.device, partition)) 219 def FormatPartition(self, partition): argument 225 p = fstab[partition] 230 def WipeBlockDevice(self, partition): argument 231 if partition not in ("/system", "/vendor"): 232 raise ValueError(("WipeBlockDevice doesn't work on %s\n") % (partition,)) 234 size = self.info.get(partition.lstrip("/") + "_size", None) [all …]
|
D | common.py | 1171 def __init__(self, partition, tgt, src=None, check_first_block=False, argument 1175 self.partition = partition 1193 self.path = os.path.join(tmpdir, partition) 1196 _, self.device = GetTypeAndDevice("/" + partition, OPTIONS.info_dict) 1201 script.Print("Patching %s image unconditionally..." % (self.partition,)) 1203 script.Print("Patching %s image after verification." % (self.partition,)) 1211 partition = self.partition 1213 script.Print("Image %s will be patched unconditionally." % (partition,)) 1223 self.device, partition, partition, partition)) 1227 script.Print('Verified %s image...' % (partition,)) [all …]
|
D | ota_from_target_files | 172 def __init__(self, partition, fs_config): argument 173 self.partition = partition 363 partition = itemset.partition 366 prefix = partition.upper() + "/" 371 "/" + partition + "/" + basefilename)) 375 fn = info2.filename = partition + "/" + basefilename 690 def LoadPartitionFiles(z, partition): argument 694 prefix = partition.upper() + "/" 698 fn = partition + "/" + basefilename 977 def __init__(self, partition, source_zip, target_zip, output_zip): argument [all …]
|
D | ota_from_target_files.py | 172 def __init__(self, partition, fs_config): argument 173 self.partition = partition 363 partition = itemset.partition 366 prefix = partition.upper() + "/" 371 "/" + partition + "/" + basefilename)) 375 fn = info2.filename = partition + "/" + basefilename 690 def LoadPartitionFiles(z, partition): argument 694 prefix = partition.upper() + "/" 698 fn = partition + "/" + basefilename 977 def __init__(self, partition, source_zip, target_zip, output_zip): argument [all …]
|