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

  /system/tools/hidl/utils/include/hidl-util/
StringHelper.h 70 static std::string LTrimAll(const std::string &in, const std::string &prefix);
  /system/tools/hidl/utils/
StringHelper.cpp 82 copy = LTrimAll(copy, "_");
210 std::string StringHelper::LTrimAll(const std::string &in, const std::string &prefix) {

Completed in 2171 milliseconds