Home
last modified time | relevance | path

Searched defs:replaceAll (Results 1 – 2 of 2) sorted by relevance

/system/core/libutils/
DString16.cpp370 status_t String16::replaceAll(char16_t replaceThis, char16_t withThis) in replaceAll() function in android::String16
/system/extras/perfprofd/tests/
Dperfprofd_test.cc142 static std::string replaceAll(const std::string &str, in replaceAll() function