Home
last modified time | relevance | path

Searched defs:suffix (Results 1 – 24 of 24) sorted by relevance

/system/core/base/
Dstrings.cpp102 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/
Dparseint.h58 const char* suffix; variable
/system/bt/service/
Dsettings.cc50 const std::string& suffix = iter.second; in Init() local
/system/tools/hidl/host_utils/
DStringHelper.cpp160 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/
Dutility.cpp110 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/
Dfastboot_device.cpp82 std::string suffix; in GetCurrentSlot() local
Dvariables.cpp186 std::string suffix = device->GetCurrentSlot(); in GetCurrentSlot() local
/system/extras/boot_control_copy/
Dboot_control_copy.cpp257 static const char* suffix[2] = {"_a", "_b"}; in module_getSuffix() local
/system/core/libziparchive/
Dzip_archive_test.cc114 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
Dzip_archive.cc708 ZipString suffix; member
/system/extras/bootctl/
Dbootctl.cpp145 std::function<void(hidl_string)> cb = [](hidl_string suffix){ in do_get_suffix()
/system/core/libcutils/
Dfs_config.cpp234 static size_t strip(const char* path, size_t len, const char suffix[]) { in strip()
/system/core/demangle/
DDemangler.cpp589 const char* suffix; in ParseArguments() local
/system/tools/hidl/
DCoordinator.cpp425 std::string suffix = StringHelper::LTrim(fqName.package(), packageRoot->root.package()); in getPackagePath() local
482 const auto suffix = ".hal"; in getPackageInterfaceFiles() local
DType.cpp683 const std::string &suffix, in emitJavaReaderWriterWithSuffix()
/system/extras/partition_tools/
Dlpdump.cc106 static std::string RemoveSuffix(const std::string& s, const std::string& suffix) { in RemoveSuffix()
/system/update_engine/
Dboot_control_android.cc183 string suffix; in GetPartitionDevice() local
Dboot_control_android_unittest.cc147 for (const char* suffix : kSlotSuffixes) { in partitionSuffixSizesToMetadata() local
/system/core/fastboot/fuzzy_fastboot/
Dmain.cpp1370 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/
DCheckpoint.cpp120 std::string suffix; in cp_startCheckpoint() local
/system/libhidl/transport/
DServiceManagement.cpp242 const std::string& suffix) { in findFiles()
/system/tools/aidl/
Daidl_language.cpp396 static string TrimIfSuffix(const string& str, const string& suffix) { in TrimIfSuffix()
/system/core/fs_mgr/
Dfs_mgr.cpp1754 std::string suffix; in fs_mgr_get_super_partition_name() local
/system/netd/tests/
Dbinder_test.cpp552 std::string suffix = in ipRuleExistsForRange() local
609 std::string suffix = StringPrintf("lookup %s ", sTun.name().c_str()); in TEST_F() local