Home
last modified time | relevance | path

Searched refs:nonDeflatedFiles (Results 1 – 3 of 3) sorted by relevance

/build/soong/zip/cmd/
Dmain.go121 nonDeflatedFiles = make(uniqueSet) var
172 flags.Var(&nonDeflatedFiles, "s", "file path to be stored within the zip without compression")
223 NonDeflatedFiles: nonDeflatedFiles,
/build/soong/zip/
Dzip_test.go111 nonDeflatedFiles map[string]bool
382 nonDeflatedFiles: map[string]bool{"a/a/a": true},
443 args.NonDeflatedFiles = test.nonDeflatedFiles
Dzip.go399 nonDeflatedFiles map[string]bool, noCompression bool) error {
421 if _, found := nonDeflatedFiles[dest]; found || noCompression {