HomeSort by relevance Sort by last modified time
    Searched full:bootflag (Results 1 - 1 of 1) sorted by null

  /device/samsung/manta/recovery/
recovery_updater.c 76 fprintf(stderr, "bootflag is [%c%c%c%c%c%c%c%c]\n",
126 int bootflag = 0; local
128 bootflag = get_bootflag(f);
130 switch (bootflag) {
142 fprintf(stderr, "no bootflag; updating entire bootloader block\n");
149 if (bootflag != 0) {

Completed in 171 milliseconds