Home
last modified time | relevance | path

Searched refs:suffix (Results 1 – 6 of 6) sorted by relevance

/test/vts/drivers/hal/common/utils/
DStringUtil.cpp26 bool endsWith(const string& s, const string& suffix) { in endsWith() argument
27 return s.size() >= suffix.size() && s.rfind(suffix) == (s.size() - suffix.size()); in endsWith()
/test/vts/testcases/target/hal_lights/
DAndroid.bp25 suffix: "32",
28 suffix: "64",
/test/vts/testcases/target/hal_power/
DAndroid.bp25 suffix: "32",
28 suffix: "64",
/test/vts/drivers/hal/common/include/utils/
DStringUtil.h28 bool endsWith(const string& s, const string& suffix);
/test/vts-testcase/security/avb/
DVtsSecurityAvbTest.cpp1052 std::string suffix; in LoadAndVerifyAvbSlotDataForCurrentSlot() local
1054 suffix = android::base::GetProperty("ro.boot.slot_suffix", ""); in LoadAndVerifyAvbSlotDataForCurrentSlot()
1055 ASSERT_TRUE(!suffix.empty()) << "Failed to get suffix for the current slot"; in LoadAndVerifyAvbSlotDataForCurrentSlot()
1064 avb_slot_verify(avb_ops, requested_partitions, suffix.c_str(), in LoadAndVerifyAvbSlotDataForCurrentSlot()
/test/app_compat/csuite/
Dpylintrc90 long-suffix,