Home
last modified time | relevance | path

Searched refs:BOOTLOADER_MESSAGE_OFFSET_IN_MISC (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/recovery/
H A Dbootloader.c169 fseek(f, BOOTLOADER_MESSAGE_OFFSET_IN_MISC, SEEK_SET); in get_bootloader_message_block()
191 fseek(f, BOOTLOADER_MESSAGE_OFFSET_IN_MISC, SEEK_SET); in set_bootloader_message_block()
H A Dbootloader.h22 static const int BOOTLOADER_MESSAGE_OFFSET_IN_MISC = 16 * 1024; variable
/OK3568_Linux_fs/external/recovery/update_engine/
H A Drkbootloader.c314 …return readMisc((char *)out, BOOTLOADER_MESSAGE_OFFSET_IN_MISC, sizeof(struct bootloader_message)); in get_bootloader_message()
323 … return writeMisc((char*)in, BOOTLOADER_MESSAGE_OFFSET_IN_MISC, sizeof(struct bootloader_message)); in set_bootloader_message()