Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/recovery/update_engine/
H A Drkbootloader.c259 static int writeMisc(char *buf, int offset, int size) in writeMisc() function
282 return writeMisc(cmdline, MISC_OFFSET_CMDLINE, strlen(cmdline)); in writeCmdMisc()
306 return writeMisc((char *)info, MISC_OFFSET, sizeof(struct AvbABData)); in writeABMisc()
323 … return writeMisc((char*)in, BOOTLOADER_MESSAGE_OFFSET_IN_MISC, sizeof(struct bootloader_message)); in set_bootloader_message()
459 return writeMisc(cmdline, MISC_OFFSET_CUSTOM, size); in writeCustomMisc()