Home
last modified time | relevance | path

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

/system/core/liblog/tests/
Dliblog_test.cpp108 std::string myPidFds = in isPmsgActive() local
110 if (myPidFds.length() == 0) return true; // guess it is? in isPmsgActive()
112 return std::string::npos != myPidFds.find(" -> /dev/pmsg0"); in isPmsgActive()
143 std::string myPidFds = in isLogdwActive() local
145 if (myPidFds.length() == 0) return true; in isLogdwActive()
151 if (myPidFds.find(allLogdwEndpoints.substr(beginning, end - beginning)) != in isLogdwActive()