OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:boot_mode
(Results
1 - 5
of
5
) sorted by null
/external/vboot_reference/firmware/lib/
vboot_kernel.c
50
BootMode
boot_mode
;
local
76
boot_mode
= kBootRecovery;
78
boot_mode
= kBootDev;
81
boot_mode
= kBootNormal;
92
shcall->
boot_mode
=
boot_mode
;
106
if (kBootRecovery ==
boot_mode
) {
200
if (kBootDev !=
boot_mode
)
245
if (kBootRecovery !=
boot_mode
) {
266
if (kBootDev !=
boot_mode
&& !key_block_valid)
[
all
...]
/system/core/crash_reporter/
crash_sender
403
local
boot_mode
405
boot_mode
="dev"
424
[ -n "${
boot_mode
}" ] && lecho " Boot mode: ${
boot_mode
}"
479
${
boot_mode
:+-F "
boot_mode
=${
boot_mode
}"} \
/external/autotest/client/cros/
crash_test.py
409
boot_mode
: current boot mode ("dev",...), if given
466
boot_mode
= boot_mode_match.group(1)
468
boot_mode
= None
480
'
boot_mode
':
boot_mode
,
/external/vboot_reference/firmware/include/
vboot_struct.h
428
uint8_t
boot_mode
;
member in struct:VbSharedDataKernelCall
/external/vboot_reference/host/lib/
crossystem.c
270
shc->
boot_mode
,
Completed in 206 milliseconds