Home
last modified time | relevance | path

Searched refs:EndsWith (Results 1 - 10 of 10) sorted by relevance

/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Ddfx_maps.cpp153 if (EndsWith(name, ".hap") || EndsWith(name, ".hsp") || EndsWith(name, ".hqf")) { in IsArkHapMapItem()
164 if (StartsWith(name, "[anon:ArkTS Code") || EndsWith(name, ".abc")) { in IsArkCodeMapItem()
176 if (EndsWith(name, "[vdso]") || EndsWith(name, "[shmm]")) { in IsLegalMapItem()
183 EndsWith(name, ".ttf") || EndsWith(name, ".ai")) { in IsLegalMapItem()
250 if (EndsWith(iter->name, name)) { in FindMapsByName()
H A Ddfx_map.cpp273 if ((!StartsWith(name, "[anon:ArkTS Code")) && (!StartsWith(name, "/dev/zero")) && (!EndsWith(name, "stub.an"))) { in IsArkExecutable()
353 if (EndsWith(name, ".hap")) { in GetElf()
379 if (EndsWith(name, ".hap")) { in GetElfName()
H A Ddfx_elf.cpp77 if (!StartsWith(file, "/proc") || !EndsWith(file, ".hap")) { in CreateFromHap()
/base/hiviewdfx/faultloggerd/common/dfxutil/
H A Dstring_util.h61 inline bool EndsWith(const std::string& s, const std::string& suffix) in EndsWith() function
67 inline bool EndsWith(const std::string& s, char suffix) in EndsWith() function
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
H A Ddfx_extractor_utils.h61 if (!EndsWith(fileName, "modules.abc")) { in GetHapAbcInfo()
95 if (!EndsWith(fileName, ".map")) { in GetHapSourceMapInfo()
/base/hiviewdfx/faultloggerd/test/unittest/common/
H A Dcommon_test.cpp153 ret = EndsWith(end, ".hap"); in HWTEST_F()
/base/startup/init/test/moduletest/
H A Dtest_utils.cpp66 bool EndsWith(const std::string &str, const std::string &suffix) in EndsWith() function
/base/security/security_guard/test/unittest/mock/rdb/
H A Drdb_predicates.h38 virtual AbsPredicates *EndsWith(std::string field, std::string value) {return nullptr;}; in EndsWith() function in OHOS::NativeRdb::AbsPredicates
77 virtual AbsPredicates *EndsWith(std::string field, std::string value) {return nullptr;}; in EndsWith() function in OHOS::NativeRdb::RdbPredicates
/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_datashare_helper.cpp142 predicates.EndsWith(DETAIL_INFO, in QueryContact()
/base/telephony/call_manager/services/call/src/
H A Dcall_status_manager.cpp570 predicates.EndsWith(DETAIL_INFO, phoneNum.substr(phoneNum.length() - QUERY_CONTACT_LEN)); in QueryCallerInfo()

Completed in 8 milliseconds