Searched refs:extract_image (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/u-boot/scripts/ |
| H A D | unpack_bootimg | 38 def extract_image(offset, size, bootimage, extracted_image_name): function 283 extract_image(offset, size, args.boot_img, os.path.join(args.out, name)) 452 extract_image(offset, size, args.boot_img, os.path.join(args.out, name))
|
| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | unpack_bootimg | 38 def extract_image(offset, size, bootimage, extracted_image_name): function 289 extract_image(offset, size, boot_img, os.path.join(output_dir, name)) 460 extract_image(offset, size, boot_img, os.path.join(output_dir, name))
|