OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BOOT_MAGIC_SIZE
(Results
1 - 4
of
4
) sorted by null
/system/core/mkbootimg/
bootimg.h
26
#define
BOOT_MAGIC_SIZE
8
33
uint8_t magic[
BOOT_MAGIC_SIZE
];
/system/core/fastboot/
bootimg_utils.cpp
59
memcpy(hdr->magic, BOOT_MAGIC,
BOOT_MAGIC_SIZE
);
fastboot.cpp
434
if(!memcmp(kdata, BOOT_MAGIC,
BOOT_MAGIC_SIZE
)) {
[
all
...]
/system/extras/verity/
verify_boot_signature.c
105
if (memcmp(BOOT_MAGIC, hdr.magic,
BOOT_MAGIC_SIZE
) != 0) {
Completed in 115 milliseconds