Searched refs:repl (Results 1 – 4 of 4) sorted by relevance
/build/soong/android/ |
D | util.go | 314 func substPattern(pat, repl, str string) string { argument 318 return repl 338 rs := strings.SplitN(repl, "%", 2) 340 return repl
|
/build/soong/cmd/pom2mk/ |
D | pom2mk.go | 38 repl string member 56 repl: split[1], 64 return r.regexp.ReplaceAllString(groupId+":"+artifactId, r.repl) 66 return r.regexp.ReplaceAllString(artifactId, r.repl)
|
/build/soong/cmd/pom2bp/ |
D | pom2bp.go | 41 repl string member 59 repl: split[1], 67 return r.regexp.ReplaceAllString(groupId+":"+artifactId, r.repl) 69 return r.regexp.ReplaceAllString(artifactId, r.repl)
|
/build/soong/cmd/extract_apks/ |
D | main.go | 368 repl string 386 return rr.rex.ReplaceAllString(path, rr.repl), true
|