Searched refs:sortGlobs (Results 1 – 2 of 2) sorted by relevance
/build/soong/cmd/zip2zip/ |
D | zip2zip_test.go | 30 sortGlobs bool 81 sortGlobs: true, 106 sortGlobs: true, 134 sortGlobs: true, 440 err = zip2zip(inputReader, outputWriter, testCase.sortGlobs, testCase.sortJava, false,
|
D | zip2zip.go | 37 …sortGlobs = flag.Bool("s", false, "sort matches from each glob (defaults to the order from the inp… var 100 if err := zip2zip(&reader.Reader, writer, *sortGlobs, *sortJava, *setTime,
|