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

  /frameworks/native/cmds/dumpstate/
dumpstate.c 413 int do_compress = 0; local
453 case 'z': do_compress = 6; break;
548 if (do_compress) strlcat(path, ".gz", sizeof(path));
551 gzip_pid = redirect_to_file(stdout, tmp_path, do_compress);
  /external/valgrind/main/coregrind/m_debuginfo/
minilzo-inl.c 3093 # define do_compress macro
3171 do_compress ( const lzo_bytep in , lzo_uint in_len, function
3526 #undef do_compress macro
    [all...]

Completed in 9504 milliseconds