OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HasSuffix
(Results
1 - 2
of
2
) sorted by null
/external/boringssl/src/crypto/err/
err_test.cc
120
static bool
HasSuffix
(const char *str, const char *suffix) {
137
if (!
HasSuffix
(file, "err_test.cc") ||
/build/kati/
strutil.cc
149
bool
HasSuffix
(StringPiece str, StringPiece suffix) {
185
HasSuffix
(str, pat_.substr(percent_index_ + 1)));
Completed in 9000 milliseconds