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 63 static char bootmode[32]; variable
440 strlcpy(bootmode, value, sizeof(bootmode));
529 if (!strcmp(bootmode, "charger"))
589 if (!strcmp(bootmode,"factory"))
591 else if (!strcmp(bootmode,"factory2"))
597 property_set("ro.bootmode", bootmode[0] ? bootmode : "unknown");
734 if (strcmp(bootmode, "charger") != 0)
    [all...]

Completed in 329 milliseconds