Home
last modified time | relevance | path

Searched refs:slot_suffix (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/cmds/installd/
Dotapreopt_slot.sh21 SLOT_SUFFIX=$(getprop ro.boot.slot_suffix)
Ddexopt.cpp2201 const std::string slot_suffix = GetProperty("ro.boot.slot_suffix", ""); in move_ab() local
2202 if (slot_suffix.empty()) { in move_ab()
2206 if (!ValidateTargetSlotSuffix(slot_suffix)) { in move_ab()
2207 LOG(ERROR) << "Target slot suffix not legal: " << slot_suffix; in move_ab()
2229 const std::string b_path = StringPrintf("%s.%s", a_path, slot_suffix.c_str()); in move_ab()
2230 const std::string b_vdex_path = StringPrintf("%s.%s", a_vdex_path.c_str(), slot_suffix.c_str()); in move_ab()
2233 slot_suffix.c_str()); in move_ab()
/frameworks/base/core/proto/android/os/
Dsystem_properties.proto263 optional string slot_suffix = 15; field