| /system/libbase/ | 
| D | strings.cpp | 103 bool EndsWith(std::string_view s, std::string_view suffix) {  in EndsWith()107 bool EndsWith(std::string_view s, char suffix) {  in EndsWith()
 111 bool EndsWithIgnoreCase(std::string_view s, std::string_view suffix) {  in EndsWithIgnoreCase()
 
 | 
| /system/update_engine/aosp/ | 
| D | dynamic_partition_utils.cc | 29                             const std::string& suffix) {  in DeleteGroupsWithSuffix()
 | 
| D | dynamic_partition_test_utils.h | 146   for (const char* suffix : kSlotSuffixes) {  in PartitionSuffixSizesToManifest()  local
 | 
| D | hardware_android.cc | 90   auto suffix = fs_mgr_get_other_slot_suffix();  in CalculateVbmetaDigestForInactiveSlot()  local
 | 
| D | dynamic_partition_control_android.cc | 1364   auto suffix = SlotSuffixForSlotNumber(slot);  in ListDynamicPartitionsForSlot()  local1432   auto suffix = SlotSuffixForSlotNumber(target_slot_);  in OpenCowWriter()  local
 
 | 
| /system/libbase/include/android-base/ | 
| D | parseint.h | 61     const char* suffix;  variable
 | 
| D | strings.h | 140 inline bool ConsumeSuffix(std::string_view* s, std::string_view suffix) {  in ConsumeSuffix()
 | 
| /system/tools/aidl/ | 
| D | logging.cpp | 24                            const std::string& suffix /* = "" */)  in AidlErrorLog()
 | 
| D | comments.cpp | 55 std::string ConsumeSuffix(const std::string& s, std::string_view suffix) {  in ConsumeSuffix()
 | 
| D | diagnostics.cpp | 61     const std::string suffix = " [-W" + to_string(id) + "]";  in Report()  local
 | 
| /system/tools/hidl/host_utils/ | 
| D | StringHelper.cpp | 197 bool StringHelper::EndsWith(const std::string &in, const std::string &suffix) {  in EndsWith()207 std::string StringHelper::RTrim(const std::string &in, const std::string &suffix) {  in RTrim()
 223 std::string StringHelper::RTrimAll(const std::string &in, const std::string &suffix) {  in RTrimAll()
 
 | 
| /system/tools/mkbootimg/ | 
| D | repack_bootimg.py | 48     def make_temp_dir(self, prefix='tmp', suffix=''):  argument58     def make_temp_file(self, prefix='tmp', suffix=''):  argument
 
 | 
| /system/core/fs_mgr/libsnapshot/ | 
| D | utility.cpp | 81                                                  const std::string& suffix) {  in ListPartitionsWithSuffix()273     auto suffix = android::fs_mgr::GetPartitionSlotSuffix(name);  in GetOtherPartitionName()  local
 
 | 
| D | test_helpers.cpp | 179                                  const std::string& suffix) {  in FillFakeMetadata()
 | 
| /system/core/fs_mgr/liblp/ | 
| D | utility.cpp | 116 uint32_t SlotNumberForSlotSuffix(const std::string& suffix) {  in SlotNumberForSlotSuffix()166     std::string suffix = partition_name.substr(partition_name.size() - 2);  in GetPartitionSlotSuffix()  local
 
 | 
| /system/core/fastboot/device/ | 
| D | fastboot_device.cpp | 149     std::string suffix = boot_control_hal_->GetSuffix(boot_control_hal_->GetCurrentSlot());  in GetCurrentSlot()  local
 | 
| /system/extras/boot_control_copy/ | 
| D | boot_control_copy.cpp | 238   static const char* suffix[2] = {"_a", "_b"};  in module_getSuffix()  local
 | 
| /system/incremental_delivery/incfs/ | 
| D | path.cpp | 232 bool endsWith(std::string_view path, std::string_view suffix) {  in endsWith()
 | 
| /system/core/libcutils/ | 
| D | fs_config.cpp | 241 static size_t strip(const char* path, size_t len, const char suffix[]) {  in strip()
 | 
| /system/apex/apexd/ | 
| D | apexd_utils.h | 211         for (const std::string& suffix : suffix_list) {  in FindFilesBySuffix()  local
 | 
| /system/core/fs_mgr/libsnapshot/include_test/libsnapshot/ | 
| D | test_helpers.h | 111     void set_slot_suffix(const std::string& suffix) { slot_suffix_ = suffix; }  in set_slot_suffix()
 | 
| /system/tools/hidl/ | 
| D | Coordinator.cpp | 422     std::string suffix = StringHelper::LTrim(fqName.package(), packageRoot->root.package());  in getPackagePath()  local479         const auto suffix = ".hal";  in getPackageInterfaceFiles()  local
 
 | 
| /system/extras/simpleperf/ | 
| D | report_utils.cpp | 350     for (const char* suffix : COMPILED_JAVA_FILE_SUFFIXES) {  in IsJavaEntry()  local
 | 
| /system/core/fastboot/fuzzy_fastboot/ | 
| D | main.cpp | 1505             const std::string suffix = part_info.slots ? packed_suffix : "";  in TEST_P()  local1525             const std::string suffix = config.partitions[part].slots ? packed_suffix : "";  in TEST_P()  local
 1536                 const std::string suffix = part_info.slots ? packed_suffix : "";  in TEST_P()  local
 1584             const std::string suffix = part_info.slots ? packed_suffix : "";  in TEST_P()  local
 1613                 const std::string suffix = part_info.slots ? packed_suffix : "";  in TEST_P()  local
 
 | 
| /system/extras/partition_tools/ | 
| D | lpdump.cc | 128 static std::string RemoveSuffix(const std::string& s, const std::string& suffix) {  in RemoveSuffix()
 |