Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/go/build/constraint/
Dexpr.go154 if text, ok := splitGoBuild(line); ok {
166 _, ok := splitGoBuild(line)
172 func splitGoBuild(line string) (expr string, ok bool) { func