Home
last modified time | relevance | path

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

/frameworks/base/cmds/incident_helper/src/
Dih_util.h90 bool stripPrefix(std::string* line, const char* key, bool endAtDelimiter = false);
91 bool stripSuffix(std::string* line, const char* key, bool endAtDelimiter = false);
Dih_util.cpp169 bool stripPrefix(std::string* line, const char* key, bool endAtDelimiter) { in stripPrefix() argument
181 if (endAtDelimiter) { in stripPrefix()
190 bool stripSuffix(std::string* line, const char* key, bool endAtDelimiter) { in stripSuffix() argument
202 if (endAtDelimiter) { in stripSuffix()