Home
last modified time | relevance | path

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

/build/soong/android/
Dutil.go314 func substPattern(pat, repl, str string) string { argument
318 return repl
338 rs := strings.SplitN(repl, "%", 2)
340 return repl
/build/soong/cmd/pom2mk/
Dpom2mk.go38 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/
Dpom2bp.go41 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/
Dmain.go368 repl string
386 return rr.rex.ReplaceAllString(path, rr.repl), true