Searched defs:style (Results 1 - 1 of 1) sorted by relevance

/bootable/recovery/updater/
H A Dblockimg.c566 char* style; local
567 style = strtok_r(line, " ", &wordsave);
569 if (strcmp("move", style) == 0) {
596 } else if (strcmp("stash", style) == 0) {
602 // Even though the "stash" style only appears in version
608 } else if (strcmp("zero", style) == 0 ||
609 (DEBUG_ERASE && strcmp("erase", style) == 0)) {
624 if (style[0] == 'z') { // "zero" but not "erase"
631 } else if (strcmp("new", style) == 0) {
659 } else if (strcmp("bsdiff", style)
[all...]

Completed in 94 milliseconds