Home
last modified time | relevance | path

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

/system/core/logcat/
Dlogcat.cpp1222 std::string pipePurpose("pipe:logcat"); in __logcat() local
1229 pipePurpose = devname.substr(pos + 1); in __logcat()
1246 if(!android::base::WriteFully(fileno(fp), pipePurpose.c_str(), in __logcat()
1247 pipePurpose.size() + 1)) { in __logcat()