| /system/libbase/ |
| D | strings.cpp | 106 bool EndsWith(std::string_view s, std::string_view suffix) { in EndsWith() 110 bool EndsWith(std::string_view s, char suffix) { in EndsWith() 114 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 | 145 for (const char* suffix : kSlotSuffixes) { in PartitionSuffixSizesToManifest() local
|
| D | hardware_android.cc | 89 auto suffix = fs_mgr_get_other_slot_suffix(); in CalculateVbmetaDigestForInactiveSlot() local
|
| /system/libbase/include/android-base/ |
| D | parseint.h | 63 const char* suffix; variable
|
| D | strings.h | 198 inline bool ConsumeSuffix(std::string_view* s, std::string_view suffix) { in ConsumeSuffix()
|
| /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/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()
|
| /system/core/fs_mgr/libfstab/ |
| D | slotselect.cpp | 81 std::string OtherSlotSuffix(const std::string& suffix) { in OtherSlotSuffix()
|
| D | fstab.cpp | 533 std::string suffix; in GetRecoveryFstabPath() local 558 std::string suffix; in GetFstabPath() local
|
| /system/tools/mkbootimg/ |
| D | repack_bootimg.py | 48 def make_temp_dir(self, prefix='tmp', suffix=''): argument 58 def make_temp_file(self, prefix='tmp', suffix=''): argument
|
| /system/media/audio_utils/include/audio_utils/ |
| D | StringUtils.h | 128 inline void appendWithReplacement(std::string& s, const std::string& suffix, char from, char to) { in appendWithReplacement()
|
| /system/linkerconfig/modules/ |
| D | configwriter.cc | 44 const std::string& suffix) { in WriteVars()
|
| /system/core/fs_mgr/libsnapshot/ |
| D | utility.cpp | 81 const std::string& suffix) { in ListPartitionsWithSuffix() 302 auto suffix = android::fs_mgr::GetPartitionSlotSuffix(name); in GetOtherPartitionName() local
|
| D | test_helpers.cpp | 174 const std::string& suffix) { in FillFakeMetadata()
|
| /system/core/fs_mgr/liblp/ |
| D | utility.cpp | 117 uint32_t SlotNumberForSlotSuffix(const std::string& suffix) { in SlotNumberForSlotSuffix() 167 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 | 233 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/liblp/fuzzer/ |
| D | liblp_apis_fuzzer.cpp | 212 string suffix = mFdp.ConsumeBool() in process() local
|
| /system/tools/hidl/ |
| D | Coordinator.cpp | 422 std::string suffix = StringHelper::LTrim(fqName.package(), packageRoot->root.package()); in getPackagePath() local 479 const auto suffix = ".hal"; in getPackageInterfaceFiles() local
|
| /system/core/fs_mgr/libsnapshot/include_test/libsnapshot/ |
| D | test_helpers.h | 114 void set_slot_suffix(const std::string& suffix) { slot_suffix_ = suffix; } in set_slot_suffix()
|