OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BOOT_MAGIC
(Results
1 - 6
of
6
) sorted by null
/system/core/mkbootimg/
bootimg.h
23
#define
BOOT_MAGIC
"ANDROID!"
mkbootimg.c
193
memcpy(hdr.magic,
BOOT_MAGIC
, BOOT_MAGIC_SIZE);
/system/core/fastbootd/
bootimg.h
34
#define
BOOT_MAGIC
"ANDROID!"
commands.c
125
if (memcmp((void *)data,
BOOT_MAGIC
, BOOT_MAGIC_SIZE)) {
/system/core/fastboot/
bootimg.c
66
memcpy(hdr->magic,
BOOT_MAGIC
, BOOT_MAGIC_SIZE);
fastboot.c
350
if(!memcmp(kdata,
BOOT_MAGIC
, BOOT_MAGIC_SIZE)) {
Completed in 206 milliseconds