Searched refs:indexList (Results 1 – 4 of 4) sorted by relevance
32 func indexList(s string, list []string) int { func44 return indexList(s, list) != -1
35 func indexList(s string, list []string) int { func46 return indexList(s, list) != -1266 if i := indexList("report_config", allVars); i != -1 {
44 var indexList = android.IndexList var
272 indexList("libdl", systemSharedLibs) < indexList("libc", systemSharedLibs) {