Home
last modified time | relevance | path

Searched defs:moduleSorter (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/build/blueprint/
H A Dcontext.go4520 type moduleSorter struct { struct
4521 modules []*moduleInfo
4522 nameInterface NameInterface
4525 func (s moduleSorter) Len() int {
4529 func (s moduleSorter) Less(i, j int) bool {
4548 func (s moduleSorter) Swap(i, j int) {