OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:slot_suffix
(Results
1 - 4
of
4
) sorted by null
/bootable/recovery/bootloader_message/include/bootloader_message/
bootloader_message.h
58
* We used to have
slot_suffix
field for A/B boot control metadata in
99
* The
slot_suffix
field is used for A/B implementations where the
100
* bootloader does not set the androidboot.ro.boot.
slot_suffix
kernel
109
char
slot_suffix
[32];
member in struct:bootloader_message_ab
145
* be put in the '
slot_suffix
' field of the 'bootloader_message'
152
char
slot_suffix
[4];
member in struct:bootloader_control
174
sizeof(((struct bootloader_message_ab *)0)->
slot_suffix
),
/frameworks/native/cmds/installd/
otapreopt_slot.sh
21
SLOT_SUFFIX
=$(getprop ro.boot.
slot_suffix
)
22
if test -n "$
SLOT_SUFFIX
" ; then
23
if test -d /data/ota/$
SLOT_SUFFIX
/dalvik-cache ; then
24
log -p i -t otapreopt_slot "Moving A/B artifacts for slot ${
SLOT_SUFFIX
}."
27
NEW_SIZE=$(du -h -s /data/ota/$
SLOT_SUFFIX
/dalvik-cache)
28
mv /data/ota/$
SLOT_SUFFIX
/dalvik-cache/* /data/dalvik-cache/
29
rmdir /data/ota/$
SLOT_SUFFIX
/dalvik-cache
30
rmdir /data/ota/$
SLOT_SUFFIX
33
log -p i -t otapreopt_slot "No A/B artifacts found for slot ${
SLOT_SUFFIX
}.
[
all
...]
dexopt.cpp
1802
std::string
slot_suffix
;
local
[
all
...]
/system/extras/boot_control_copy/
bootinfo.c
118
#define BOOTINFO_OFFSET offsetof(struct bootloader_message_ab,
slot_suffix
)
Completed in 75 milliseconds