/system/libbase/ |
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/update_engine/ |
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 | dynamic_partition_control_android.cc | 1103 auto suffix = SlotSuffixForSlotNumber(current_slot); in ListDynamicPartitionsForSlot() local
|
/system/libbase/include/android-base/ |
D | parseint.h | 58 const char* suffix; variable
|
D | strings.h | 82 inline bool ConsumeSuffix(std::string_view* s, std::string_view suffix) { in ConsumeSuffix()
|
/system/bt/service/ |
D | settings.cc | 50 const std::string& suffix = iter.second; in Init() 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/core/fastboot/device/ |
D | fastboot_device.cpp | 105 std::string suffix; in GetCurrentSlot() local
|
D | variables.cpp | 201 std::string suffix = device->GetCurrentSlot(); in GetCurrentSlot() local
|
/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/fs_mgr/libsnapshot/ |
D | utility.cpp | 75 const std::string& suffix) { in ListPartitionsWithSuffix()
|
D | test_helpers.cpp | 144 const std::string& suffix) { in FillFakeMetadata()
|
/system/core/fs_mgr/libsnapshot/include_test/libsnapshot/ |
D | test_helpers.h | 101 void set_slot_suffix(const std::string& suffix) { slot_suffix_ = suffix; } in set_slot_suffix()
|
/system/extras/boot_control_copy/ |
D | boot_control_copy.cpp | 257 static const char* suffix[2] = {"_a", "_b"}; in module_getSuffix() local
|
/system/incremental_delivery/incfs/ |
D | path.cpp | 257 bool endsWith(std::string_view path, std::string_view suffix) { in endsWith()
|
/system/core/libcutils/ |
D | fs_config.cpp | 227 static size_t strip(const char* path, size_t len, const char suffix[]) { in strip()
|
/system/extras/bootctl/ |
D | bootctl.cpp | 216 std::function<void(hidl_string)> cb = [](hidl_string suffix){ in do_get_suffix()
|
/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
|
D | Type.cpp | 653 const std::string &suffix, in emitJavaReaderWriterWithSuffix()
|
/system/core/fastboot/fuzzy_fastboot/ |
D | main.cpp | 1350 const std::string suffix = part_info.slots ? packed_suffix : ""; in TEST_P() local 1370 const std::string suffix = config.partitions[part].slots ? packed_suffix : ""; in TEST_P() local 1381 const std::string suffix = part_info.slots ? packed_suffix : ""; in TEST_P() local 1429 const std::string suffix = part_info.slots ? packed_suffix : ""; in TEST_P() local 1458 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()
|
/system/core/fs_mgr/ |
D | fs_mgr_fstab.cpp | 416 std::string suffix; in GetFstabPath() local
|
/system/vold/ |
D | Checkpoint.cpp | 134 std::string suffix; in cp_startCheckpoint() local
|
/system/libhidl/transport/ |
D | ServiceManagement.cpp | 275 const std::string& suffix) { in findFiles()
|