Searched refs:bootimg (Results 1 - 4 of 4) sorted by path

/system/core/fastboot/
H A DAndroid.mk21 LOCAL_SRC_FILES := protocol.c engine.c bootimg.c fastboot.c
H A Dbootimg.c33 #include <bootimg.h>
H A Dfastboot.c47 #include <bootimg.h>
/system/core/mkbootimg/
H A Dmkbootimg.c26 #include "bootimg.h"
106 char *bootimg = 0; local
132 bootimg = val;
170 if(bootimg == 0) {
239 fd = open(bootimg, O_CREAT | O_TRUNC | O_WRONLY, 0644);
241 fprintf(stderr,"error: could not create '%s'\n", bootimg);
262 unlink(bootimg);
264 fprintf(stderr,"error: failed writing '%s': %s\n", bootimg,

Completed in 120 milliseconds