Searched refs:slot_suffix (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/cmds/installd/
H A Dotapreopt_slot.sh21 SLOT_SUFFIX=$(getprop ro.boot.slot_suffix)
H A Ddexopt.cpp1802 std::string slot_suffix; local
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());

Completed in 81 milliseconds