Home
last modified time | relevance | path

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

/test/vts/testcases/host/firmware_dtbo_test/src/com/android/tests/firmwaredtbo/
DFirmwareDtboVerification.java98 String slot_suffix = mDevice.getProperty(PROPERTY_SLOT_SUFFIX); in testCheckDTBOPartition() local
99 if (slot_suffix == null) { in testCheckDTBOPartition()
100 slot_suffix = ""; in testCheckDTBOPartition()
102 String currentDtboPartition = "dtbo" + slot_suffix; in testCheckDTBOPartition()
/test/vts-testcase/kernel/gki/
Dgeneric_boot_image_test.cpp77 std::string slot_suffix = GetProperty("ro.boot.slot_suffix", ""); in TEST_F() local
78 std::string boot_path = "/dev/block/by-name/boot" + slot_suffix; in TEST_F()