HomeSort by relevance Sort by last modified time
    Searched refs:RTrimAll (Results 1 - 4 of 4) sorted by null

  /system/tools/hidl/test/utils_test/
main.cpp 95 EXPECT_EQ("", StringHelper::RTrimAll("", ""));
96 EXPECT_EQ("", StringHelper::RTrimAll("", "a"));
97 EXPECT_EQ("", StringHelper::RTrimAll("", "ab"));
98 EXPECT_EQ("", StringHelper::RTrimAll("a", "a"));
99 EXPECT_EQ("", StringHelper::RTrimAll("aa", "a"));
100 EXPECT_EQ("b", StringHelper::RTrimAll("b", "a"));
101 EXPECT_EQ("b", StringHelper::RTrimAll("baaa", "a"));
102 EXPECT_EQ("c", StringHelper::RTrimAll("cabab", "ab"));
103 EXPECT_EQ("ca", StringHelper::RTrimAll("caba", "ba"));
  /system/tools/hidl/utils/include/hidl-util/
StringHelper.h 66 static std::string RTrimAll(const std::string &in, const std::string &suffix);
  /system/tools/hidl/utils/
StringHelper.cpp 76 copy = RTrimAll(copy, "_");
186 std::string StringHelper::RTrimAll(const std::string &in, const std::string &suffix) {
  /system/tools/hidl/
Coordinator.cpp 433 components.push_back(StringHelper::RTrimAll(packageRoot->path, "/"));

Completed in 91 milliseconds