Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/go/build/constraint/
Dexpr.go157 if text, ok := splitPlusBuild(line); ok {
361 _, ok := splitPlusBuild(line)
367 func splitPlusBuild(line string) (expr string, ok bool) { func