Home
last modified time | relevance | path

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

/frameworks/base/cmds/incidentd/src/
DReporter.cpp150 mZipPid(-1) { in ReportRequest()
168 return mZipPid > 0 && kill(mZipPid, 0) == 0; in ok()
183 if (mZipPid > 0) { in closeFd()
186 status_t err = wait_child(mZipPid, /* timeout_ms= */ 10 * 1000); in closeFd()
194 return mZipPid > 0 ? mZipPipe.writeFd().get() : mFd; in getFd()
212 mZipPid = pid; in initGzipIfNecessary()
DReporter.h80 pid_t mZipPid; variable