Home
last modified time | relevance | path

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

/system/core/liblog/tests/
Dliblog_test.cpp161 std::string myPidFds = in isPmsgActive() local
163 if (myPidFds.length() == 0) return true; // guess it is? in isPmsgActive()
165 return std::string::npos != myPidFds.find(" -> /dev/pmsg0"); in isPmsgActive()
195 std::string myPidFds = in isLogdwActive() local
197 if (myPidFds.length() == 0) return true; in isLogdwActive()
203 if (myPidFds.find(allLogdwEndpoints.substr(beginning, end - beginning)) != in isLogdwActive()