Home
last modified time | relevance | path

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

/aosp_15_r20/system/logging/liblog/tests/
H A Dliblog_test.cpp164 std::string myPidFds = in isPmsgActive() local
166 if (myPidFds.length() == 0) return true; // guess it is? in isPmsgActive()
168 return std::string::npos != myPidFds.find(" -> /dev/pmsg0"); in isPmsgActive()
198 std::string myPidFds = in isLogdwActive() local
200 if (myPidFds.length() == 0) return true; in isLogdwActive()
206 if (myPidFds.find(allLogdwEndpoints.substr(beginning, end - beginning)) != in isLogdwActive()