OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bootimg
(Results
1 - 7
of
7
) sorted by null
/system/core/mkbootimg/
mkbootimg.c
26
#include "
bootimg
.h"
106
char *
bootimg
= 0;
local
133
bootimg
= val;
163
if(
bootimg
== 0) {
232
fd = open(
bootimg
, O_CREAT | O_TRUNC | O_WRONLY, 0644);
234
fprintf(stderr,"error: could not create '%s'\n",
bootimg
);
255
unlink(
bootimg
);
257
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
40
#include <
bootimg
.h>
/bootable/bootloader/legacy/usbloader/
main.c
35
#include <
bootimg
.h>
usbloader.c
34
#include <boot/
bootimg
.h>
195
dprintf("
bootimg
: bad header\n");
200
dprintf("
bootimg
: invalid page size\n");
209
dprintf("
bootimg
: invalid image size");
226
dprintf("
bootimg
: kernel addr=%x size=%x\n",
228
dprintf("
bootimg
: ramdisk addr=%x size=%x\n",
/build/core/
Makefile
395
tmp_dir_for_image := $(call intermediates-dir-for,EXECUTABLES,boot_img)/
bootimg
[
all
...]
Completed in 118 milliseconds