Home
last modified time | relevance | path

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

/frameworks/base/cmds/incident_helper/src/
Dih_util.cpp41 static inline std::string toLowerStr(const std::string& s) { in toLowerStr() function
52 return toLowerStr(trimDefault(s)); in trimHeader()
330 if (strcmp(toLowerStr(value).c_str(), "true") == 0 || strcmp(value.c_str(), "1") == 0) { in insertField()
334 … if (strcmp(toLowerStr(value).c_str(), "false") == 0 || strcmp(value.c_str(), "0") == 0) { in insertField()