OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bootreason
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/cmds/bootanimation/
BootAnimationUtil.cpp
34
static constexpr char BOOTREASON_PROP_NAME[] = "ro.boot.
bootreason
";
93
char
bootreason
[PROPERTY_VALUE_MAX];
local
94
if (property_get(BOOTREASON_PROP_NAME,
bootreason
, nullptr) > 0) {
96
if (strcasecmp(str.c_str(),
bootreason
) == 0) {
/bootable/recovery/
recovery.cpp
695
std::string
bootreason
= android::base::GetProperty("ro.boot.
bootreason
", "");
local
696
if (!
bootreason
.empty()) {
703
if (android::base::EqualsIgnoreCase(str,
bootreason
)) return true;
873
// Skip update-on-reboot when
bootreason
is kernel_panic or similar
874
ui->Print("
bootreason
is in the blacklist; skip OTA installation\n");
[
all
...]
Completed in 756 milliseconds