Searched refs:nonDeflatedFiles (Results 1 – 3 of 3) sorted by relevance
121 nonDeflatedFiles = make(uniqueSet) var172 flags.Var(&nonDeflatedFiles, "s", "file path to be stored within the zip without compression")223 NonDeflatedFiles: nonDeflatedFiles,
111 nonDeflatedFiles map[string]bool382 nonDeflatedFiles: map[string]bool{"a/a/a": true},443 args.NonDeflatedFiles = test.nonDeflatedFiles
399 nonDeflatedFiles map[string]bool, noCompression bool) error {421 if _, found := nonDeflatedFiles[dest]; found || noCompression {