Home
last modified time | relevance | path

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

/system/tools/hidl/utils/include/hidl-util/
DStringHelper.h67 static std::string RTrimAll(const std::string &in, const std::string &suffix);
/system/tools/hidl/utils/
DStringHelper.cpp76 copy = RTrimAll(copy, "_"); in Tokenize()
186 std::string StringHelper::RTrimAll(const std::string &in, const std::string &suffix) { in RTrimAll() function in android::StringHelper