Home
last modified time | relevance | path

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

/system/core/liblog/tests/
Dliblog_test.cpp183 std::string allLogdwEndpoints = popenToString( in isLogdwActive() local
187 if (allLogdwEndpoints.length() == 0) return true; in isLogdwActive()
201 (end = allLogdwEndpoints.find('\n', beginning)) != std::string::npos; in isLogdwActive()
203 if (myPidFds.find(allLogdwEndpoints.substr(beginning, end - beginning)) != in isLogdwActive()