Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/internal/syscall/windows/registry/
Dvalue.go169 func ExpandString(value string) (string, error) { func
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/cares/cares/test/
Dares-test-misc.cc502 TEST_F(LibraryTest, ExpandString) { in TEST_F() argument
/aosp_15_r20/prebuilts/go/linux-x86/src/regexp/
Dregexp.go922 func (re *Regexp) ExpandString(dst []byte, template string, src string, match []int) []byte { func