Searched refs:l2 (Results 1 – 2 of 2) sorted by relevance
/base/hiviewdfx/hilog/frameworks/libhilog/utils/ |
D | log_utils.cpp | 218 }, LOG_LEVEL_MIN, "INVALID", [](const string& l1, const string& l2) { in __anonaa6faf1d0202() argument 219 if (l1.length() == l2.length()) { in __anonaa6faf1d0202() 220 return std::equal(l1.begin(), l1.end(), l2.begin(), [](char a, char b) { in __anonaa6faf1d0202() 242 }, LOG_LEVEL_MIN, "V", [](const string& l1, const string& l2) { in __anonaa6faf1d0402() argument 243 return (l1.length() == 1 && std::tolower(l1[0]) == std::tolower(l2[0])); in __anonaa6faf1d0402()
|
/base/startup/init/services/param/ |
D | BUILD.gn | 18 # parameter only support linux for l2 and l1
|