| /system/core/base/ |
| D | strings.cpp | 102 bool EndsWith(std::string_view s, std::string_view suffix) { in EndsWith() 106 bool EndsWith(std::string_view s, char suffix) { in EndsWith() 110 bool EndsWithIgnoreCase(std::string_view s, std::string_view suffix) { in EndsWithIgnoreCase()
|
| /system/core/base/include/android-base/ |
| D | parseint.h | 58 const char* suffix; variable
|
| /system/bt/service/ |
| D | settings.cc | 50 const std::string& suffix = iter.second; in Init() local
|
| /system/tools/hidl/host_utils/ |
| D | StringHelper.cpp | 160 bool StringHelper::EndsWith(const std::string &in, const std::string &suffix) { in EndsWith() 170 std::string StringHelper::RTrim(const std::string &in, const std::string &suffix) { in RTrim() 186 std::string StringHelper::RTrimAll(const std::string &in, const std::string &suffix) { in RTrimAll()
|
| /system/core/fs_mgr/liblp/ |
| D | utility.cpp | 110 uint32_t SlotNumberForSlotSuffix(const std::string& suffix) { in SlotNumberForSlotSuffix() 142 std::string suffix = partition_name.substr(partition_name.size() - 2); in GetPartitionSlotSuffix() local
|
| /system/core/fastboot/device/ |
| D | fastboot_device.cpp | 82 std::string suffix; in GetCurrentSlot() local
|
| D | variables.cpp | 186 std::string suffix = device->GetCurrentSlot(); in GetCurrentSlot() local
|
| /system/extras/boot_control_copy/ |
| D | boot_control_copy.cpp | 257 static const char* suffix[2] = {"_a", "_b"}; in module_getSuffix() local
|
| /system/core/libziparchive/ |
| D | zip_archive_test.cc | 114 static void AssertIterationOrder(const ZipString* prefix, const ZipString* suffix, in AssertIterationOrder() 155 ZipString suffix(".txt"); in TEST() local 164 ZipString suffix(".txt"); in TEST() local 176 ZipString suffix("y"); in TEST() local
|
| D | zip_archive.cc | 708 ZipString suffix; member
|
| /system/extras/bootctl/ |
| D | bootctl.cpp | 145 std::function<void(hidl_string)> cb = [](hidl_string suffix){ in do_get_suffix()
|
| /system/core/libcutils/ |
| D | fs_config.cpp | 234 static size_t strip(const char* path, size_t len, const char suffix[]) { in strip()
|
| /system/core/demangle/ |
| D | Demangler.cpp | 589 const char* suffix; in ParseArguments() local
|
| /system/tools/hidl/ |
| D | Coordinator.cpp | 425 std::string suffix = StringHelper::LTrim(fqName.package(), packageRoot->root.package()); in getPackagePath() local 482 const auto suffix = ".hal"; in getPackageInterfaceFiles() local
|
| D | Type.cpp | 683 const std::string &suffix, in emitJavaReaderWriterWithSuffix()
|
| /system/extras/partition_tools/ |
| D | lpdump.cc | 106 static std::string RemoveSuffix(const std::string& s, const std::string& suffix) { in RemoveSuffix()
|
| /system/update_engine/ |
| D | boot_control_android.cc | 183 string suffix; in GetPartitionDevice() local
|
| D | boot_control_android_unittest.cc | 147 for (const char* suffix : kSlotSuffixes) { in partitionSuffixSizesToMetadata() local
|
| /system/core/fastboot/fuzzy_fastboot/ |
| D | main.cpp | 1370 const std::string suffix = part_info.slots ? packed_suffix : ""; in TEST_P() local 1390 const std::string suffix = config.partitions[part].slots ? packed_suffix : ""; in TEST_P() local 1401 const std::string suffix = part_info.slots ? packed_suffix : ""; in TEST_P() local 1449 const std::string suffix = part_info.slots ? packed_suffix : ""; in TEST_P() local 1478 const std::string suffix = part_info.slots ? packed_suffix : ""; in TEST_P() local
|
| /system/vold/ |
| D | Checkpoint.cpp | 120 std::string suffix; in cp_startCheckpoint() local
|
| /system/libhidl/transport/ |
| D | ServiceManagement.cpp | 242 const std::string& suffix) { in findFiles()
|
| /system/tools/aidl/ |
| D | aidl_language.cpp | 396 static string TrimIfSuffix(const string& str, const string& suffix) { in TrimIfSuffix()
|
| /system/core/fs_mgr/ |
| D | fs_mgr.cpp | 1754 std::string suffix; in fs_mgr_get_super_partition_name() local
|
| /system/netd/tests/ |
| D | binder_test.cpp | 552 std::string suffix = in ipRuleExistsForRange() local 609 std::string suffix = StringPrintf("lookup %s ", sTun.name().c_str()); in TEST_F() local
|