Searched refs:suffix (Results 1 – 6 of 6) sorted by relevance
/test/vts/drivers/hal/common/utils/ |
D | StringUtil.cpp | 26 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/ |
D | Android.bp | 25 suffix: "32", 28 suffix: "64",
|
/test/vts/testcases/target/hal_power/ |
D | Android.bp | 25 suffix: "32", 28 suffix: "64",
|
/test/vts/drivers/hal/common/include/utils/ |
D | StringUtil.h | 28 bool endsWith(const string& s, const string& suffix);
|
/test/vts-testcase/security/avb/ |
D | VtsSecurityAvbTest.cpp | 1052 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/ |
D | pylintrc | 90 long-suffix,
|