Home
last modified time | relevance | path

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

12

/system/libbase/
Dstrings.cpp103 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/
Ddynamic_partition_utils.cc29 const std::string& suffix) { in DeleteGroupsWithSuffix()
Dhardware_android.cc90 auto suffix = fs_mgr_get_other_slot_suffix(); in CalculateVbmetaDigestForInactiveSlot() local
Ddynamic_partition_test_utils.h146 for (const char* suffix : kSlotSuffixes) { in PartitionSuffixSizesToManifest() local
/system/libbase/include/android-base/
Dparseint.h63 const char* suffix; variable
Dstrings.h140 inline bool ConsumeSuffix(std::string_view* s, std::string_view suffix) { in ConsumeSuffix()
/system/tools/aidl/
Dlogging.cpp24 const std::string& suffix /* = "" */) in AidlErrorLog()
Dcomments.cpp55 std::string ConsumeSuffix(const std::string& s, std::string_view suffix) { in ConsumeSuffix()
/system/core/fs_mgr/libfstab/
Dslotselect.cpp81 std::string OtherSlotSuffix(const std::string& suffix) { in OtherSlotSuffix()
/system/tools/hidl/host_utils/
DStringHelper.cpp197 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/
Drepack_bootimg.py48 def make_temp_dir(self, prefix='tmp', suffix=''): argument
58 def make_temp_file(self, prefix='tmp', suffix=''): argument
/system/linkerconfig/modules/
Dconfigwriter.cc44 const std::string& suffix) { in WriteVars()
/system/core/fs_mgr/libsnapshot/
Dutility.cpp81 const std::string& suffix) { in ListPartitionsWithSuffix()
281 auto suffix = android::fs_mgr::GetPartitionSlotSuffix(name); in GetOtherPartitionName() local
Dtest_helpers.cpp174 const std::string& suffix) { in FillFakeMetadata()
/system/core/fs_mgr/liblp/
Dutility.cpp117 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/
Dfastboot_device.cpp149 std::string suffix = boot_control_hal_->GetSuffix(boot_control_hal_->GetCurrentSlot()); in GetCurrentSlot() local
/system/extras/boot_control_copy/
Dboot_control_copy.cpp238 static const char* suffix[2] = {"_a", "_b"}; in module_getSuffix() local
/system/incremental_delivery/incfs/
Dpath.cpp232 bool endsWith(std::string_view path, std::string_view suffix) { in endsWith()
/system/core/libcutils/
Dfs_config.cpp244 static size_t strip(const char* path, size_t len, const char suffix[]) { in strip()
/system/apex/apexd/
Dapexd_utils.h211 for (const std::string& suffix : suffix_list) { in FindFilesBySuffix() local
/system/core/fs_mgr/libsnapshot/include_test/libsnapshot/
Dtest_helpers.h111 void set_slot_suffix(const std::string& suffix) { slot_suffix_ = suffix; } in set_slot_suffix()
/system/core/fs_mgr/liblp/fuzzer/
Dliblp_apis_fuzzer.cpp212 string suffix = mFdp.ConsumeBool() in process() local
/system/core/init/
Dfirst_stage_init.cpp168 constexpr bool EndsWith(const std::string_view str, const std::string_view suffix) { in EndsWith()
/system/tools/hidl/
DCoordinator.cpp422 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/
Dfs_avb.cpp438 auto suffix = slot_suffix; in LoadAndVerifyVbmeta() local

12