Home
last modified time | relevance | path

Searched refs:targetSuffix (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
H A Dinstalld_operator.cpp109 static bool EndsWith(const std::string &sourceString, const std::string &targetSuffix) in EndsWith() argument
111 if (sourceString.length() < targetSuffix.length()) { in EndsWith()
114 if (sourceString.rfind(targetSuffix) == (sourceString.length() - targetSuffix.length())) { in EndsWith()