HomeSort by relevance Sort by last modified time
    Searched refs:xloader (Results 1 - 2 of 2) sorted by null

  /device/common/
generate-factory-images-common.sh 18 XLOADERSRC=xloader.img
38 if test "$XLOADER" != ""
57 if test "$XLOADER" != ""
59 cp tmp/RADIO/$XLOADERSRC tmp/$PRODUCT-$VERSION/xloader-$DEVICE-$XLOADER.img
121 if test "$XLOADER" != ""
124 fastboot flash xloader xloader-$DEVICE-$XLOADER.img
196 if test "$XLOADER" != "
    [all...]
  /device/samsung/tuna/recovery/
bootloader.c 152 // 4460 EMU xloader (128KB)
153 // 4460 HS (eng) xloader (128KB)
154 // 4460 HS (prod) xloader (128KB)
155 // 4430 HS xloader(128KB)
305 // The offsets into xloader part of the bootloader image
308 FILE* xloader = fopen(xloader_loc, "r+b"); local
309 if (xloader == NULL) {
314 // index into the correct xloader offset
315 int written = fwrite(image_data+xloader_offset, 1, BOOT_PART_LEN, xloader);
316 int close_status = fclose(xloader);
    [all...]

Completed in 1196 milliseconds