Home
last modified time | relevance | path

Searched refs:sortLists (Results 1 – 2 of 2) sorted by relevance

/aosp12/build/blueprint/bpfmt/
H A Dbpfmt.go27 sortLists = flag.Bool("s", false, "sort arrays") var
76 if *sortLists {
/aosp12/build/blueprint/bpmodify/
H A Dbpmodify.go28 sortLists = flag.Bool("s", false, "sort touched lists, even if they were unsorted") var
253 if (wasSorted || *sortLists) && modified {