| /hardware/google/aemu/base/ | 
| D | StringUtils.cpp | 111 bool endsWith(std::string_view string, std::string_view suffix) {  in endsWith()166 bool EndsWith(std::string_view s, std::string_view suffix) {  in EndsWith()
 171 bool EndsWith(std::string_view s, char suffix) {  in EndsWith()
 175 bool EndsWithIgnoreCase(std::string_view s, std::string_view suffix) {  in EndsWithIgnoreCase()
 
 | 
| /hardware/interfaces/drm/1.0/vts/functional/include/ | 
| D | vendor_modules.h | 68     inline bool endsWith(const std::string& str, const std::string& suffix) const {  in endsWith()
 | 
| /hardware/google/aemu/base/include/aemu/base/misc/ | 
| D | StringUtils.h | 167 inline bool ConsumeSuffix(std::string_view* s, std::string_view suffix) {  in ConsumeSuffix()
 | 
| /hardware/interfaces/boot/1.1/default/ | 
| D | BootControl.cpp | 100     const char* suffix = impl_.GetSuffix(slot);  in getSuffix()  local
 | 
| /hardware/interfaces/keymaster/4.0/vts/functional/ | 
| D | BootloaderStateTest.cpp | 112     auto suffix = fs_mgr_get_slot_suffix();  in TEST_P()  local
 | 
| /hardware/interfaces/boot/1.2/default/ | 
| D | BootControl.cpp | 100     const char* suffix = impl_.GetSuffix(slot);  in getSuffix()  local
 | 
| /hardware/interfaces/security/keymint/aidl/vts/functional/ | 
| D | BootloaderStateTest.cpp | 127     auto suffix = fs_mgr_get_slot_suffix();  in TEST_P()  local
 | 
| D | KeyBlobUpgradeTest.cpp | 180                                const std::string& suffix) {  in load_file()
 | 
| /hardware/google/pixel/bootctrl/ | 
| D | LegacyBootControl.cpp | 92     const char *suffix = mModule->getSuffix(mModule, slot);  in getSuffix()  local
 | 
| /hardware/interfaces/boot/1.0/default/ | 
| D | BootControl.cpp | 91     const char *suffix = mModule->getSuffix(mModule, slot);  in getSuffix()  local
 | 
| /hardware/interfaces/boot/aidl/vts/functional/ | 
| D | VtsHalBootAidlTargetTest.cpp | 175         std::string suffix;  in TEST_P()  local
 | 
| /hardware/interfaces/boot/1.0/vts/functional/ | 
| D | VtsHalBootV1_0TargetTest.cpp | 175     auto cb = [&](hidl_string suffix) { suffixStr = suffix.c_str(); };  in TEST_P()
 | 
| /hardware/ti/am57x/bootctrl/ | 
| D | boot_control.cc | 83 static int SlotSuffixToIndex(const char* suffix) {  in SlotSuffixToIndex()
 | 
| /hardware/interfaces/boot/1.1/default/boot_control/ | 
| D | libboot_control.cpp | 185 int SlotSuffixToIndex(const char* suffix) {  in SlotSuffixToIndex()
 | 
| /hardware/interfaces/boot/aidl/client/ | 
| D | BootControlClient.cpp | 203         std::string suffix;  in GetSuffix()  local
 | 
| /hardware/qcom/audio/legacy/libalsa-intf/ | 
| D | alsa_mixer.c | 69         const char *suffix;  member
 | 
| /hardware/qcom/audio/hal/msm8916/ | 
| D | platform.c | 1371     const char * suffix = backend_table[snd_device];  in platform_add_backend_name()  local
 | 
| /hardware/qcom/audio/hal/msm8974/ | 
| D | platform.c | 2125     const char * suffix = backend_tag_table[snd_device];  in platform_add_backend_name()  local
 |