MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / compressFile

Method compressFile

lib/QuaZip/quazip/JlCompress.cpp:42–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42bool JlCompress::compressFile(QuaZip* zip, QString fileName, QString fileDest) {
43 return compressFile(zip, fileName, fileDest, Options());
44}
45
46bool JlCompress::compressFile(QuaZip* zip, QString fileName, QString fileDest, const Options& options) {
47 // zip: object where to add the file

Callers

nothing calls this directly

Calls 14

OptionsClass · 0.85
quazip_is_symlinkFunction · 0.85
quazip_symlink_targetFunction · 0.85
getModeMethod · 0.80
getCompressionMethodMethod · 0.80
getCompressionLevelMethod · 0.80
relativeFilePathMethod · 0.80
getDateTimeMethod · 0.45
openMethod · 0.45
writeMethod · 0.45
setFileNameMethod · 0.45
getZipErrorMethod · 0.45

Tested by

no test coverage detected