Home
last modified time | relevance | path

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

/device/generic/goldfish/tools/
Dmk_vbmeta_boot_params.sh62 function get_bytes { function
69 HEADER_SIZE=$(get_bytes $VBMETAIMG "Header Block:")
70 AUTHEN_SIZE=$(get_bytes $VBMETAIMG "Authentication Block:")
71 AUX_SIZE=$(get_bytes $VBMETAIMG "Auxiliary Block:")
72 SYSMETA_SIZE=$(get_bytes $SYSIMG "VBMeta size:")
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Duuid.py202 def get_bytes(self): member in UUID
208 bytes = property(get_bytes)