Home
last modified time | relevance | path

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

/system/core/logcat/
Dlogcat_system.cpp28 static std::string unquote(const char*& cp, const char*& delim) { in unquote() function
54 str += unquote(cp, delim); in __android_logcat_parse()
60 args.push_back(unquote(cp, delim)); in __android_logcat_parse()