Home
last modified time | relevance | path

Searched defs:partition (Results 1 – 14 of 14) sorted by relevance

/build/make/tools/releasetools/
Dota_package_parser.py143 def PrintDataInfo(self, partition): argument
163 def AnalyzePartition(self, partition): argument
Dbuild_super_image.py61 def GetArgumentsForImage(partition, group, image=None): argument
Dtest_build_image.py114 def _gen_fs_config(partition): argument
Dedify_generator.py257 def TunePartition(self, partition, *options): argument
269 def FormatPartition(self, partition): argument
281 def WipeBlockDevice(self, partition): argument
Dcheck_target_files_vintf.py259 def HasPartition(target_files_zip, partition): argument
Dcommon.py476 def _GetRawBuildProp(self, prop, partition): argument
484 def GetPartitionBuildProp(self, prop, partition): argument
605 def _GetPartitionPlatformVersion(self, partition): argument
618 def GetPartitionFingerprint(self, partition): argument
621 def CalculatePartitionFingerprint(self, partition): argument
1304 def AppendAVBSigningArgs(cmd, partition): argument
1321 def GetAvbPartitionArg(partition, image, info_dict=None): argument
1357 def GetAvbChainedPartitionArg(partition, info_dict, key=None): argument
3063 def __init__(self, partition, tgt, src=None, check_first_block=False, argument
Dtest_merge_target_files.py279 def _copy_apex(self, source, output_dir, partition): argument
Dapex_utils.py522 def GetApexInfoFromTargetFiles(input_file, partition, compressed_only=True): argument
Dsign_target_files_apks.py977 def ReplaceAvbPartitionSigningKey(partition): argument
Dsign_target_files_apks977 def ReplaceAvbPartitionSigningKey(partition): argument
Dmerge_target_files.py683 def get_file(partition, path): argument
Dtest_common.py1902 def __init__(self, partition, tgt, src=None): argument
/build/soong/cmd/extract_apks/
Dmain_test.go438 partition string member
Dmain.go445 partition = flag.String("partition", "", "partition string. required when -apkcerts is used.") var