Searched defs:StartsWith (Results 1 - 3 of 3) sorted by relevance

/system/core/base/
H A Dstrings.cpp90 bool StartsWith(const std::string& s, const char* prefix) { function in namespace:android::base
/system/core/libziparchive/include/ziparchive/
H A Dzip_archive.h50 bool StartsWith(const ZipString& prefix) const { function in struct:ZipString
/system/tools/hidl/utils/
H A DStringHelper.cpp165 bool StringHelper::StartsWith(const std::string &in, const std::string &prefix) { function in class:android::StringHelper
179 if (StartsWith(in, prefix)) {
197 while (StartsWith(copy, prefix)) {

Completed in 211 milliseconds