Searched defs:pidFile (Results 1 – 3 of 3) sorted by relevance
51 const std::string pidFile; variable
92 void writePidFile(const std::string& pidFile) { in writePidFile()120 void removePidFile(const std::string& pidFile) { in removePidFile()
191 android::net::process::ScopedPidFile pidFile(PID_FILE_PATH); in main() local