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.go105 func indexList(s string, list []string) int { func
116 return indexList(s, list) != -1
389 if i := indexList("report_config", allVars); i != -1 {
/build/soong/cc/
Dutil.go40 var indexList = android.IndexList var
Dlinker.go372 indexList("libdl", deps.SystemSharedLibs) < indexList("libc", deps.SystemSharedLibs) {