Home
last modified time | relevance | path

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

/frameworks/av/services/mediametrics/
DStringUtils.cpp92 size_t replace(std::string &str, const char *targetChars, const char replaceChar) in replace() argument
96 if (strchr(targetChars, c) != nullptr) { in replace()
/frameworks/av/services/mediametrics/include/mediametricsservice/
DStringUtils.h84 size_t replace(std::string &str, const char *targetChars, const char replaceChar);