/build/blueprint/bootstrap/ |
D | cleanup.go | 54 ninjaBuildDir = replacer.Replace(ninjaBuildDir) 57 replacedTarget := replacer.Replace(target) 61 replacedTarget := replacer.Replace(target)
|
/build/soong/python/ |
D | builder.go | 106 "interp": strings.Replace(interpreter, "/", `\/`, -1), 107 "main": strings.Replace(main, "/", `\/`, -1), 135 "main": strings.Replace(strings.TrimSuffix(main, pyExt), "/", ".", -1),
|
/build/soong/makedeps/ |
D | deps.go | 91 fmt.Fprintf(b, "%s:", replacer.Replace(d.Output)) 93 fmt.Fprintf(b, " %s", replacer.Replace(input))
|
/build/soong/android/ |
D | defs.go | 197 s = shellUnescaper.Replace(s) 212 content = echoUnescaper.Replace(content)
|
D | arch.go | 848 archVariant := variantReplacer.Replace(archVariant) 852 feature := variantReplacer.Replace(feature) 1233 v := variantReplacer.Replace(arch.ArchVariant) 1249 c := variantReplacer.Replace(arch.CpuVariant)
|
D | makevars.go | 421 return ninjaDescaper.Replace(s), nil
|
/build/blueprint/ |
D | ninja_strings.go | 289 return defaultEscaper.Replace(n.strings[0]) 299 w.WriteString(escaper.Replace(n.strings[0])) 304 w.WriteString(escaper.Replace(n.strings[i+1])) 329 return defaultEscaper.Replace(string(l)) 334 w.WriteString(escaper.Replace(string(l)))
|
/build/blueprint/deptools/ |
D | depfile.go | 45 escapedDeps = append(escapedDeps, pathEscaper.Replace(dep))
|
/build/soong/cc/ |
D | rs.go | 37 var rsCppCmdLine = strings.Replace(`
|
D | vendor_public_library_test.go | 73 …cc := ctx.ModuleForTests("libsystem", strings.Replace(coreVariant, "_shared", "_static", 1)).Rule(…
|
D | cmakelists.go | 108 dst := strings.Replace(path, cLionAggregateProjectsDirectory, cLionOutputProjectsDirectory, 1) 207 return strings.Replace(s, "@", "-", -1) 434 p = strings.Replace(p, `'\''`, `'`, -1)
|
D | cflag_artifacts.go | 69 cleanedName := strings.Replace(flag, "=", "_", -1)
|
D | compiler.go | 483 cStd = gnuToCReplacer.Replace(cStd) 484 cppStd = gnuToCReplacer.Replace(cppStd)
|
/build/soong/scripts/ |
D | jsonmodify.py | 55 class Replace(str): class 90 parser.add_argument("-s", "--replace", type=Replace,
|
/build/blueprint/proptools/ |
D | escape.go | 38 return ninjaEscaper.Replace(s)
|
D | extend.go | 153 Replace const 179 return Replace, nil
|
/build/soong/cmd/extract_jar_packages/ |
D | extract_jar_packages.go | 43 return strings.Replace(dir, "/", ".", -1)
|
/build/soong/java/ |
D | lint_test.go | 241 thisBp := strings.Replace(bp, "XXX", testCase, 1) 281 thisBp := strings.Replace(bp, "XXX", testCase, 1)
|
D | jacoco.go | 132 spec := strings.Replace(filter, ".", "/", -1)
|
/build/soong/genrule/ |
D | genrule.go | 851 cmd = strings.Replace(*m.properties.Cmd, "$(in)", "$(SRCS)", -1) 852 cmd = strings.Replace(cmd, "$(out)", "$(OUTS)", -1) 853 cmd = strings.Replace(cmd, "$(genDir)", "$(GENDIR)", -1) 855 …cmd = strings.Replace(cmd, "$(location)", fmt.Sprintf("$(location %s)", tools.Value.Includes[0].La… 856 …cmd = strings.Replace(cmd, "$(locations)", fmt.Sprintf("$(locations %s)", tools.Value.Includes[0].… 863 cmd = strings.Replace(cmd, bpLoc, bazelLoc, -1) 864 cmd = strings.Replace(cmd, bpLocs, bazelLocs, -1)
|
/build/soong/cmd/sbox/ |
D | sbox.go | 244 rawCommand = strings.Replace(rawCommand, depFilePlaceholder, depFile, -1) 248 rawCommand = strings.Replace(rawCommand, sandboxDirPlaceholder, pathToTempDirInSbox, -1)
|
/build/soong/ui/build/ |
D | kati.go | 49 katiSuffix += "-" + spaceSlashReplacer.Replace(strings.Join(args, "_"))
|
/build/soong/bp2build/ |
D | build_conversion.go | 558 return strings.Replace(c.ModuleName(logicModule), bazel.BazelTargetModuleNamePrefix, "", 1) 570 return strings.Replace(name, "//", "", 1)
|
/build/soong/androidmk/parser/ |
D | make_strings.go | 277 ms.Strings[i] = strings.Replace(ms.Strings[i], input, output, -1)
|
/build/blueprint/pathtools/ |
D | glob.go | 433 return matchEscaper.Replace(s)
|