Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:compress
(Results
1 - 3
of
3
) sorted by relevance
/interface/sdk-js/build-tools/openharmony_sdk_upgrade_assistant/src/main/java/com/update/check/utils/
H
A
D
FileUtils.java
23
import org.apache.commons.
compress
.archivers.tar.TarArchiveEntry;
24
import org.apache.commons.
compress
.archivers.tar.TarArchiveInputStream;
25
import org.apache.commons.
compress
.compressors.gzip.GzipCompressorInputStream;
26
import org.apache.commons.
compress
.utils.IOUtils;
/interface/sdk_c/third_party/zlib/
H
A
D
zconf.h
34
# define
compress
z_compress
macro
H
A
D
zlib.h
594
compress
them better. The effect of Z_FILTERED is to force more Huffman
1200
16: NO_GZCOMPRESS -- gz* functions cannot
compress
(to avoid linking
1232
ZEXTERN int ZEXPORT
compress
(Bytef *dest, uLongf *destLen,
1239
compressed data.
compress
() is equivalent to compress2() with a level
1242
compress
returns Z_OK if success, Z_MEM_ERROR if there was not
1266
compress
() or compress2() on sourceLen bytes. It would be used before a
1267
compress
() or compress2() call to allocate the destination buffer.
1473
Convert, format,
compress
, and write the arguments (...) to file under
Completed in 5 milliseconds