Home
last modified time | relevance | path

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

/aosp12/build/soong/androidmk/parser/
H A Dmake_strings.go131 return splitAnyN(s, sep, n)
281 func splitAnyN(s, sep string, n int) []string { func