Searched refs:MAX_ATAG_SIZE (Results 1 - 1 of 1) sorted by relevance

/system/core/fastbootd/commands/
H A Dboot.c57 #define MAX_ATAG_SIZE 0x4000 macro
243 atags_ptr = (char *) malloc(MAX_ATAG_SIZE);
249 *atags_sz = read(afd, atags_ptr, MAX_ATAG_SIZE);

Completed in 76 milliseconds