Home
last modified time | relevance | path

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

/build/soong/ui/build/
Dutil.go32 func indexList(s string, list []string) int { func
44 return indexList(s, list) != -1
/build/soong/cmd/soong_ui/
Dmain.go35 func indexList(s string, list []string) int { func
46 return indexList(s, list) != -1
266 if i := indexList("report_config", allVars); i != -1 {
/build/soong/cc/
Dutil.go44 var indexList = android.IndexList var
Dlinker.go272 indexList("libdl", systemSharedLibs) < indexList("libc", systemSharedLibs) {