Home
last modified time | relevance | path

Searched refs:ramdisk_format (Results 1 – 1 of 1) sorted by relevance

/build/make/tools/releasetools/
Dcommon.py718 ramdisk_format = RamdiskFormat.LZ4
720 ramdisk_format = RamdiskFormat.GZ
721 return ramdisk_format
825 ramdisk_format = _GetRamdiskFormat(d)
832 input_file, partition, ramdisk_format=ramdisk_format)
923 def FromInputFile(input_file, name, placeholder_values=None, ramdisk_format=RamdiskFormat.LZ4): argument
928 input_file, ramdisk_format=ramdisk_format)
937 def _ReadBootPropFile(input_file, ramdisk_format): argument
947 prop_file = GetBootImageBuildProp(boot_img, ramdisk_format=ramdisk_format)
1522 ramdisk_format=RamdiskFormat.GZ): argument
[all …]