Searched refs:slot_suffix (Results 1 – 3 of 3) sorted by relevance
21 SLOT_SUFFIX=$(getprop ro.boot.slot_suffix)
2201 const std::string slot_suffix = GetProperty("ro.boot.slot_suffix", ""); in move_ab() local2202 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()
263 optional string slot_suffix = 15; field