HomeSort by relevance Sort by last modified time
    Searched refs:bootmode (Results 1 - 3 of 3) 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))) {
  /device/moto/stingray/ril/
wrigley-iptables.sh 69 case $(getprop ro.bootmode) in
89 case $(getprop ro.bootmode) in
  /system/core/init/
init.c 73 static char bootmode[32]; variable
649 { "ro.boot.mode", "ro.bootmode", "unknown", },
664 strlcpy(bootmode, property_get("ro.bootmode"), sizeof(bootmode));
677 if (!strcmp(bootmode,"factory"))
679 else if (!strcmp(bootmode,"factory2"))
906 is_charger = !strcmp(bootmode, "charger");

Completed in 118 milliseconds