Searched refs:mZipPid (Results 1 – 2 of 2) sorted by relevance
150 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()
80 pid_t mZipPid; variable