Home
last modified time | relevance | path

Searched defs:compress (Results 1 – 10 of 10) sorted by relevance

/developtools/hdc/hdc_rust/src/
Dtar.rs17 pub mod compress; module
/developtools/packing_tool/adapter/ohos/
DPackageUtil.java448 boolean genHash, boolean compress) throws BundleException { in filesToZipEntry()
457 … pathToZipEntry(file.toPath(), Constants.LIBS_DIR + Constants.SLASH, zipCreator, compress); in filesToZipEntry() local
499 boolean compress) throws BundleException { in pathToZipEntry()
521 boolean compress) in addArchiveEntry()
579 …tatic void filesToZipEntry(File[] files, ZipOutputStream zipOut, boolean genHash, boolean compress) in filesToZipEntry()
589 … pathToZipEntry(file.toPath(), Constants.LIBS_DIR + Constants.SLASH, zipOut, compress); in filesToZipEntry() local
638 boolean compress) throws BundleException { in pathToZipEntry()
659 …te static void addArchiveEntry(File file, String baseDir, ZipOutputStream zipOut, boolean compress) in addArchiveEntry()
DScanStatSuffix.java121 private String compress = FALSE; field in ScanStatSuffix.SoFile
126 public void setCompress(String compress) { in setCompress()
DCompressor.java2676 …private void compress(File sourceFile, ZipOutputStream zipOutputStream, String name, boolean keepD… in compress() method in Compressor
/developtools/hdc/hdc_rust/src/tar/
Dcompress.rs104 pub fn compress(&mut self, file_path: PathBuf) -> io::Result<()> { in compress() method
/developtools/ace_js2bundle/ace-loader/
Dwebpack.lite.config.js207 compress: false, property
Dwebpack.rich.config.js390 compress: { property
/developtools/hdc/hdc_rust/src/host/
Dhost_app.rs159 let mut compress = Compress::new(); in dir_to_tar() localVariable
/developtools/ace_ets2bundle/compiler/
Dwebpack.config.js245 compress: { property
/developtools/profiler/hiebpf/include/
Dvmlinux.h26105 struct compress_alg compress; member
26115 struct crypto_istat_compress compress; member
38147 int (*compress)(struct acomp_req *); member
59768 int (*compress)(struct acomp_req *); member
59799 int (*compress)(struct crypto_scomp *, const u8 *, unsigned int, u8 *, unsigned int *, void *); member
130661 int (*compress)(void *, unsigned char *, unsigned char *, int, int); member