Lines Matching refs:slot_suffix
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}."