Home
last modified time | relevance | path

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

/system/tools/aidl/
Daidl_language.cpp396 static string TrimIfSuffix(const string& str, const string& suffix) { in TrimIfSuffix() function
444 const std::string raw_value = TrimIfSuffix(value_, "f"); in As()