OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:system_root_image
(Results
1 - 4
of
4
) sorted by null
/build/tools/releasetools/
sign_target_files_apks
75
for devices using
system_root_image
). It expects the key filename WITH
190
system_root_image
= misc_info.get("
system_root_image
") == "true"
277
# Skip verity keyid (for
system_root_image
use) if we will replace it.
303
if
system_root_image
:
318
if
system_root_image
:
484
#
system_root_image
puts the recovery keys at BOOT/RAMDISK.
485
if misc_info.get("
system_root_image
") == "true":
sign_target_files_apks.py
75
for devices using
system_root_image
). It expects the key filename WITH
190
system_root_image
= misc_info.get("
system_root_image
") == "true"
277
# Skip verity keyid (for
system_root_image
use) if we will replace it.
303
if
system_root_image
:
318
if
system_root_image
:
484
#
system_root_image
puts the recovery keys at BOOT/RAMDISK.
485
if misc_info.get("
system_root_image
") == "true":
common.py
192
#
system_root_image
. In that case, we must have the one for image
196
if d.get("
system_root_image
") == "true":
207
if d.get("
system_root_image
") == "true":
262
system_root_image
= d.get("
system_root_image
", None) == "true"
266
recovery_fstab_path,
system_root_image
)
270
recovery_fstab_path,
system_root_image
)
297
system_root_image
=False):
392
if
system_root_image
:
555
# With
system_root_image
== "true", we don't pack ramdisk into the boot image
[
all
...]
/bootable/recovery/
recovery.cpp
1274
char
system_root_image
[PROPERTY_VALUE_MAX];
local
[
all
...]
Completed in 1523 milliseconds