Home
last modified time | relevance | path

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

/build/soong/android/
Dutil.go413 func CheckDuplicate(values []string) (duplicate string, found bool) { func
/build/soong/cc/
Dtest.go194 if duplicate, found := android.CheckDuplicate(test.srcs()); found {