Home
last modified time | relevance | path

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

/build/soong/android/
Ddepset_generic.go248 return firstUniqueList(slice)
253 func firstUniqueList(in interface{}) interface{} { func
Ddepset_test.go323 return firstUniqueList(s).([]string)
342 return firstUniqueList(slice).([]string)