Home
last modified time | relevance | path

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

/system/core/logcat/
Dlogcat.cpp846 std::string pipePurpose("pipe:logcat"); in Run() local
853 pipePurpose = devname.substr(pos + 1); in Run()
867 if (!android::base::WriteFully(fd, pipePurpose.c_str(), in Run()
868 pipePurpose.size() + 1)) { in Run()