OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
132
bootimg
= val;
171
if(
bootimg
== 0) {
240
fd = open(
bootimg
, O_CREAT | O_TRUNC | O_WRONLY, 0644);
242
fprintf(stderr,"error: could not create '%s'\n",
bootimg
);
263
unlink(
bootimg
);
265
fprintf(stderr,"error: failed writing '%s': %s\n",
bootimg
,
/system/core/fastboot/
bootimg.c
33
#include <
bootimg
.h>
Android.mk
21
LOCAL_SRC_FILES := protocol.c engine.c
bootimg
.c fastboot.c
fastboot.c
48
#include <
bootimg
.h>
/build/core/
Makefile
422
tmp_dir_for_image := $(call intermediates-dir-for,EXECUTABLES,boot_img)/
bootimg
[
all
...]
Completed in 855 milliseconds