Searched defs:suffix (Results 1 – 19 of 19) sorted by relevance
| /system/core/base/ |
| D | strings.cpp | 98 static bool EndsWith(const std::string& s, const char* suffix, bool case_sensitive) { in EndsWith() 108 bool EndsWith(const std::string& s, const char* suffix) { in EndsWith() 112 bool EndsWithIgnoreCase(const std::string& s, const char* suffix) { in EndsWithIgnoreCase()
|
| /system/bt/service/ |
| D | settings.cc | 50 const std::string& suffix = iter.second; in Init() local
|
| /system/tools/hidl/utils/ |
| D | StringHelper.cpp | 170 bool StringHelper::EndsWith(const std::string &in, const std::string &suffix) { in EndsWith() 182 std::string StringHelper::RTrim(const std::string &in, const std::string &suffix) { in RTrim() 200 std::string StringHelper::RTrimAll(const std::string &in, const std::string &suffix) { in RTrimAll()
|
| /system/core/toolbox/upstream-netbsd/lib/libc/gen/ |
| D | humanize_number.c | 48 const char *suffix, int scale, int flags) in humanize_number()
|
| /system/tpm/attestation/common/ |
| D | mock_tpm_utility.cc | 42 std::string suffix = "_fake_transform_" + method_; in operator ()() local
|
| /system/update_engine/ |
| D | boot_control_recovery.cc | 125 const char* suffix = module_->getSuffix(module_, slot); in GetPartitionDevice() local
|
| D | boot_control_android.cc | 110 string suffix; in GetPartitionDevice() local
|
| /system/tools/aidl/ |
| D | options.cpp | 254 bool EndsWith(const string& str, const string& suffix) { in EndsWith()
|
| /system/libhidl/transport/ |
| D | ServiceManagement.cpp | 76 bool endsWith(const std::string &in, const std::string &suffix) { in endsWith() 168 const std::string &suffix) { in search()
|
| /system/extras/boot_control_copy/ |
| D | boot_control_copy.c | 256 static const char* suffix[2] = {"_a", "_b"}; in module_getSuffix() local
|
| /system/extras/bootctl/ |
| D | bootctl.cpp | 145 std::function<void(hidl_string)> cb = [](hidl_string suffix){ in do_get_suffix()
|
| /system/core/libcutils/ |
| D | fs_config.c | 251 static size_t strip(const char* path, size_t len, const char suffix[]) { in strip()
|
| /system/core/libziparchive/ |
| D | zip_archive_test.cc | 198 ZipString suffix(".txt"); in TEST() local 232 ZipString suffix(".txt"); in TEST() local 262 ZipString suffix("y"); in TEST() local
|
| D | zip_archive.cc | 659 ZipString suffix; member
|
| /system/core/demangle/ |
| D | Demangler.cpp | 539 const char* suffix; in ParseArguments() local
|
| /system/tools/hidl/ |
| D | Coordinator.cpp | 292 const auto suffix = ".hal"; in getPackageInterfaceFiles() local
|
| D | Type.cpp | 427 const std::string &suffix, in emitJavaReaderWriterWithSuffix()
|
| /system/extras/ksmutils/ |
| D | ksminfo.c | 345 char suffix[13]; in print_pages() local
|
| /system/netd/tests/ |
| D | binder_test.cpp | 270 std::string suffix = StringPrintf(" iif lo uidrange %d-%d %s\n", in ipRuleExistsForRange() local
|