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

  /system/core/mkbootimg/
mkbootimg.c 26 #include "bootimg.h"
106 char *bootimg = 0; local
133 bootimg = val;
172 if(bootimg == 0) {
249 fd = open(bootimg, O_CREAT | O_TRUNC | O_WRONLY, 0644);
251 fprintf(stderr,"error: could not create '%s'\n", bootimg);
272 unlink(bootimg);
274 fprintf(stderr,"error: failed writing '%s': %s\n", bootimg,
  /system/core/fastboot/
bootimg.c 33 #include <bootimg.h>
Android.mk 22 LOCAL_SRC_FILES := protocol.c engine.c bootimg.c fastboot.c util.c fs.c
fastboot.c 47 #include <bootimg.h>
    [all...]
  /build/core/
Makefile 491 tmp_dir_for_image := $(call intermediates-dir-for,EXECUTABLES,boot_img)/bootimg
    [all...]

Completed in 82 milliseconds