Home
last modified time | relevance | path

Searched refs:indexList (Results 1 – 4 of 4) sorted by relevance

/build/soong/ui/build/
Dutil.go35 func indexList(s string, list []string) int { func
47 return indexList(s, list) != -1
/build/soong/cmd/soong_ui/
Dmain.go99 func indexList(s string, list []string) int { func
110 return indexList(s, list) != -1
317 if i := indexList("report_config", allVars); i != -1 {
/build/soong/cc/
Dutil.go40 var indexList = android.IndexList var
Dlinker.go304 indexList("libdl", systemSharedLibs) < indexList("libc", systemSharedLibs) {