HomeSort by relevance Sort by last modified time
    Searched refs:bootmode (Results 1 - 2 of 2) sorted by null

  /system/netd/
TetherController.cpp 59 char bootmode[PROPERTY_VALUE_MAX] = {0}; local
60 property_get("ro.bootmode", bootmode, "unknown");
61 if ((enable == false) && (0 == strcmp("bp-tools", bootmode))) {
  /system/core/init/
init.c 71 static char bootmode[32]; variable
636 { "ro.boot.mode", "ro.bootmode", "unknown", },
651 strlcpy(bootmode, property_get("ro.bootmode"), sizeof(bootmode));
664 if (!strcmp(bootmode,"factory"))
666 else if (!strcmp(bootmode,"factory2"))
884 is_charger = !strcmp(bootmode, "charger");

Completed in 35 milliseconds