OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_dev
(Results
1 - 5
of
5
) sorted by null
/external/vboot_reference/firmware/2lib/
2misc.c
209
int
is_dev
= 0;
local
229
is_dev
= 1;
233
is_dev
= 1;
237
is_dev
= 1;
240
if (
is_dev
) {
/external/vboot_reference/firmware/lib/
vboot_api_firmware.c
28
int
is_dev
= (shared->flags & VBSD_BOOT_DEV_SWITCH_ON ? 1 : 0);
local
111
tpm_status = SetTPMBootModeState(
is_dev
, is_rec,
vboot_api_init.c
38
int
is_dev
= 0;
local
248
is_dev
= 1;
275
if (
is_dev
&& (gbb.flags & GBB_FLAG_ENABLE_ALTERNATE_OS))
285
} else if (
is_dev
) {
vboot_firmware.c
53
int
is_dev
;
local
74
is_dev
= (shared->flags & VBSD_BOOT_DEV_SWITCH_ON ? 1 : 0);
75
if (
is_dev
)
121
(
is_dev
? KEY_BLOCK_FLAG_DEVELOPER_1 :
/external/autotest/server/cros/faft/utils/
mode_switcher.py
291
is_normal =
is_dev
= False
295
is_dev
= self.checkers.mode_checker('dev')
298
logging.info("-[mode_aware_reboot]-[ is_normal=%s
is_dev
=%s ]-",
299
is_normal,
is_dev
);
308
if not
is_dev
:
312
if not
is_dev
:
Completed in 3821 milliseconds