Searched refs:partition (Results 1 – 5 of 5) sorted by relevance
/build/tools/releasetools/ |
D | common.py | 1343 def __init__(self, partition, tgt, src=None, check_first_block=False, argument 1347 self.partition = partition 1364 self.path = os.path.join(tmpdir, partition) 1371 _, self.device = GetTypeAndDevice("/" + partition, OPTIONS.info_dict) 1373 _, self.device = GetTypeAndDevice("/" + partition, 1383 script.Print("Patching %s image unconditionally..." % (self.partition,)) 1385 script.Print("Patching %s image after verification." % (self.partition,)) 1400 partition = self.partition 1401 script.Print("Verifying %s..." % (partition,)) 1413 partition = self.partition [all …]
|
D | edify_generator.py | 236 def TunePartition(self, partition, *options): argument 239 p = fstab[partition] 241 raise ValueError("Partition %s cannot be tuned\n" % (partition,)) 245 p.device, common.ErrorCode.TUNE_PARTITION_FAILURE, partition)) 247 def FormatPartition(self, partition): argument 253 p = fstab[partition] 258 def WipeBlockDevice(self, partition): argument 259 if partition not in ("/system", "/vendor"): 260 raise ValueError(("WipeBlockDevice doesn't work on %s\n") % (partition,)) 262 size = self.info.get(partition.lstrip("/") + "_size", None) [all …]
|
D | ota_from_target_files | 210 def __init__(self, partition, fs_config): argument 211 self.partition = partition 402 partition = itemset.partition 405 prefix = partition.upper() + "/" 410 "/" + partition + "/" + basefilename)) 414 fn = info2.filename = partition + "/" + basefilename 735 def LoadPartitionFiles(z, partition): argument 739 prefix = partition.upper() + "/" 743 fn = partition + "/" + basefilename 1292 def __init__(self, partition, source_zip, target_zip, output_zip): argument [all …]
|
D | ota_from_target_files.py | 210 def __init__(self, partition, fs_config): argument 211 self.partition = partition 402 partition = itemset.partition 405 prefix = partition.upper() + "/" 410 "/" + partition + "/" + basefilename)) 414 fn = info2.filename = partition + "/" + basefilename 735 def LoadPartitionFiles(z, partition): argument 739 prefix = partition.upper() + "/" 743 fn = partition + "/" + basefilename 1292 def __init__(self, partition, source_zip, target_zip, output_zip): argument [all …]
|
/build/soong/common/ |
D | paths.go | 623 partition := "system" 625 partition = "vendor" 628 partition = "data" 630 outPaths = []string{"target", "product", ctx.AConfig().DeviceName(), partition}
|