Searched refs:slot_suffix (Results 1 – 3 of 3) sorted by relevance
100 const auto slot_suffix = fs_mgr_get_slot_suffix(); in VerifyDlkmPartition() local102 android::fs_mgr::SlotNumberForSlotSuffix(slot_suffix); in VerifyDlkmPartition()107 *lp_metadata, dlkm_partition + slot_suffix); in VerifyDlkmPartition()
172 std::string slot_suffix = GetProperty("ro.boot.slot_suffix", ""); in TEST_F() local183 boot_path = "/dev/block/by-name/init_boot" + slot_suffix; in TEST_F()197 boot_path = "/dev/block/by-name/boot" + slot_suffix; in TEST_F()
98 String slot_suffix = mDevice.getProperty(PROPERTY_SLOT_SUFFIX); in testCheckDTBOPartition() local99 if (slot_suffix == null) { in testCheckDTBOPartition()100 slot_suffix = ""; in testCheckDTBOPartition()102 String currentDtboPartition = "dtbo" + slot_suffix; in testCheckDTBOPartition()