Searched refs:bootimg (Results 1 - 2 of 2) sorted by relevance

/system/core/fastboot/
H A Dbootimg_utils.h32 #include <bootimg.h>
/system/core/mkbootimg/
H A Dmkbootimg.c27 #include "bootimg.h"
116 char *bootimg = NULL; local
146 bootimg = val;
188 if(bootimg == 0) {
260 fd = open(bootimg, O_CREAT | O_TRUNC | O_WRONLY, 0644);
262 fprintf(stderr,"error: could not create '%s'\n", bootimg);
287 unlink(bootimg);
289 fprintf(stderr,"error: failed writing '%s': %s\n", bootimg,

Completed in 93 milliseconds