Home
last modified time | relevance | path

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

/build/soong/androidmk/parser/
Dmake_strings.go129 return splitAnyN(s, sep, n)
204 func splitAnyN(s, sep string, n int) []string { func