Home
last modified time | relevance | path

Searched defs:ExpandString (Results 1 – 2 of 2) sorted by relevance

/prebuilts/go/linux-x86/src/internal/syscall/windows/registry/
Dvalue.go169 func ExpandString(value string) (string, error) { func
/prebuilts/go/linux-x86/src/regexp/
Dregexp.go922 func (re *Regexp) ExpandString(dst []byte, template string, src string, match []int) []byte { func