Searched refs:gzipStatus (Results 1 – 1 of 1) sorted by relevance
219 status_t gzipStatus = wait_child(pid); in Execute() local220 if (gzipStatus != NO_ERROR) { in Execute()221 ALOGW("[%s] abnormal child process: %s", this->name.string(), strerror(-gzipStatus)); in Execute()222 return gzipStatus; in Execute()