Lines Matching full:bootreason
81 static const char BOOTREASON_PROP_NAME[] = "ro.boot.bootreason";943 char bootreason944 if (property_get(BOOTREASON_PROP_NAME, bootreason, nullptr) > 0) {946 if (strcasecmp(str.c_str(), bootreason) == 0) {