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