/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 | hardware_android.cc | 90 auto suffix = fs_mgr_get_other_slot_suffix(); in CalculateVbmetaDigestForInactiveSlot() local
|
D | dynamic_partition_test_utils.h | 146 for (const char* suffix : kSlotSuffixes) { in PartitionSuffixSizesToManifest() local
|
/system/libbase/include/android-base/ |
D | parseint.h | 63 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()
|
/system/core/fs_mgr/libfstab/ |
D | slotselect.cpp | 81 std::string OtherSlotSuffix(const std::string& suffix) { in OtherSlotSuffix()
|
/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=''): argument 58 def make_temp_file(self, prefix='tmp', suffix=''): argument
|
/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() 281 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 | 244 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/core/fs_mgr/liblp/fuzzer/ |
D | liblp_apis_fuzzer.cpp | 212 string suffix = mFdp.ConsumeBool() in process() local
|
/system/core/init/ |
D | first_stage_init.cpp | 168 constexpr bool EndsWith(const std::string_view str, const std::string_view suffix) { in EndsWith()
|
/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/libfs_avb/ |
D | fs_avb.cpp | 438 auto suffix = slot_suffix; in LoadAndVerifyVbmeta() local
|