Lines Matching full:multi
90 # Write files into an multi-file image
96 echo -e "\nBuilding multi-file image..."
97 do_cmd ${MKIMAGE} -A x86 -O linux -T multi -n \"${IMAGE_NAME}\" \
102 # Extract files from an multi-file image
105 echo -e "\nExtracting multi-file image contents..."
106 do_cmd ${DUMPIMAGE} -T multi -i ${IMAGE_MULTI} -p 0 ${DATAFILE0}
107 do_cmd ${DUMPIMAGE} -T multi -i ${IMAGE_MULTI} -p 1 ${DATAFILE1}
108 do_cmd ${DUMPIMAGE} -T multi -i ${IMAGE_MULTI} -p 2 ${DATAFILE2}
109 do_cmd ${DUMPIMAGE} -T multi -i ${IMAGE_MULTI} -p 2 ${DATAFILE2} -o ${TEST_OUT}
196 # Compress and extract multi-file images, compare the result
204 # List contents of multi-file image and compares output from tools