HomeSort by relevance Sort by last modified time
    Searched refs:gzip_pid (Results 1 - 2 of 2) sorted by null

  /frameworks/native/cmds/dumpstate/
dumpstate.c 533 pid_t gzip_pid = -1; local
551 gzip_pid = redirect_to_file(stdout, tmp_path, do_compress);
566 if (gzip_pid > 0) {
568 waitpid(gzip_pid, NULL, 0);
utils.c 452 pid_t gzip_pid = -1; local
463 gzip_pid = fork();
464 if (gzip_pid < 0) {
469 if (gzip_pid == 0) {
491 return gzip_pid;

Completed in 121 milliseconds