OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HasSuffixString
(Results
1 - 3
of
3
) sorted by null
/external/dynamic_depth/internal/strings/
util.h
40
inline bool
HasSuffixString
(const string& str, const string& suffix) {
/external/perf_data_converter/src/
perf_data_handler.cc
180
inline bool
HasSuffixString
(const string& haystack, const char* needle) {
326
(HasPrefixString(map_name, "[") &&
HasSuffixString
(map_name, "]"));
405
if (old_mapping == nullptr && !
HasSuffixString
(mmap->filename(), ".ko") &&
406
!
HasSuffixString
(mmap->filename(), ".so") &&
413
!
HasSuffixString
(mmap->filename(), "/sel_ldr")) {
/external/protobuf/src/google/protobuf/stubs/
strutil.h
128
//
HasSuffixString
()
135
inline bool
HasSuffixString
(const string& str,
142
if (
HasSuffixString
(str, suffix)) {
[
all
...]
Completed in 527 milliseconds