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