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

  /system/netd/
NatController.cpp 85 char bootmode[PROPERTY_VALUE_MAX] = {0}; local
86 property_get("ro.bootmode", bootmode, "unknown");
87 if (0 != strcmp("bp-tools", bootmode)) {
152 if (0 != strcmp("bp-tools", bootmode)) {
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 63 static char bootmode[32]; variable
439 strlcpy(bootmode, value, sizeof(bootmode));
526 if (!strcmp(bootmode, "charger"))
586 if (!strcmp(bootmode,"factory"))
588 else if (!strcmp(bootmode,"factory2"))
594 property_set("ro.bootmode", bootmode[0] ? bootmode : "unknown");
728 if (strcmp(bootmode, "charger") != 0)
    [all...]
  /external/bluetooth/bluez/tools/
bccmd.8 126 usbpid dfupid bootmode
bccmd.c 172 { CSR_PSKEY_INITIAL_BOOTMODE, CSR_TYPE_UINT16, 0, "bootmode" },
csr.c     [all...]
  /frameworks/base/services/java/com/android/server/
EntropyService.java 136 out.println(SystemProperties.get("ro.bootmode"));

Completed in 109 milliseconds