Lines Matching refs:slot_suffix
1802 std::string slot_suffix;
1805 if (get_property("ro.boot.slot_suffix", buf, nullptr) <= 0) {
1808 slot_suffix = buf;
1810 if (!ValidateTargetSlotSuffix(slot_suffix)) {
1811 LOG(ERROR) << "Target slot suffix not legal: " << slot_suffix;
1834 const std::string b_path = StringPrintf("%s.%s", a_path, slot_suffix.c_str());
1835 const std::string b_vdex_path = StringPrintf("%s.%s", a_vdex_path.c_str(), slot_suffix.c_str());
1838 slot_suffix.c_str());