Lines Matching full:gzip
59 const char* GZIP[] = {"/system/bin/gzip", NULL};
311 name = "gzip";
340 // initiate pipes to pass data to/from gzip
346 pid_t pid = fork_execute_cmd((char* const*)GZIP, &p2cPipe, &c2pPipe);
375 ALOGW("GZipSection '%s' failed to read data from gzip: %s, timedout: %s",
387 // Revisit the actual size from gzip result and edit the internal buffer accordingly.