OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BOOT_NAME_SIZE
(Results
1 - 3
of
3
) sorted by null
/system/core/mkbootimg/
bootimg.h
25
#define
BOOT_NAME_SIZE
16
45
unsigned char name[
BOOT_NAME_SIZE
]; /* asciiz product name */
mkbootimg.c
178
if(strlen(board) >=
BOOT_NAME_SIZE
) {
/bootable/bootloader/legacy/include/boot/
bootimg.h
36
#define
BOOT_NAME_SIZE
16
56
unsigned char name[
BOOT_NAME_SIZE
]; /* asciiz product name */
Completed in 130 milliseconds