Searched refs:recovery_str (Results 1 – 3 of 3) sorted by relevance
139 char recovery_str[] = "recovery\n"; in bootCommand() local141 strcpy(msg.recovery, recovery_str); in bootCommand()142 …memcpy(msg.recovery + strlen(recovery_str), arg, ((strlen(arg) > sizeof(msg.recovery))? sizeof(msg… in bootCommand()
110 char recovery_str[] = "recovery\n--update_package="; in MiscUpdate() local112 sprintf(msg.recovery, "%s%s\n", recovery_str, savepath); in MiscUpdate()
438 char recovery_str[] = "recovery\n--wipe_all"; in wipe_userdata() local440 sprintf(msg.recovery, "%s\n", recovery_str); in wipe_userdata()