Home
last modified time | relevance | path

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

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

Completed in 6 milliseconds