Home
last modified time | relevance | path

Searched refs:Split (Results 1 – 25 of 57) sorted by relevance

123

/build/soong/cc/
Dcheck.go47 args := strings.Split(flag, " ")
91 args := strings.Split(flag, " ")
Dcmakelists.go334 flatParams = append(flatParams, strings.Split(s, " ")...)
371 paramsFromVar := parseCompilerParameters(strings.Split(evaluated, " "), ctx, f)
399 flagComponents := strings.Split(param, "=")
Dandroidmk.go451 path, file := filepath.Split(installer.path.ToMakePath().String())
464 path, file := filepath.Split(c.installPath.String())
498 path, file := filepath.Split(c.path.ToMakePath().String())
531 path, file := filepath.Split(c.path.ToMakePath().String())
Dndk_prebuilt.go53 name := strings.Split(strings.TrimPrefix(ctx.ModuleName(), "ndk_"), ".")[0]
/build/blueprint/proptools/
Dtag.go26 for _, entry := range strings.Split(tag, ",") {
/build/soong/cmd/extract_apks/bundle_proto/
Dcommands.proto75 // Relevant only for Split APKs.
133 // Set only for Split APKs.
148 // Holds data specific to Split APKs.
/build/soong/java/
Dprebuilt_apis.go49 elements := strings.Split(path, "/")
59 elements := strings.Split(path, "/")
/build/soong/android/
Dconfig_test.go41 requestedName := strings.Split(jsonTag, ",")[0]
Dsdk.go83 tokens := strings.Split(str, string(SdkVersionSeparator))
/build/soong/rust/
Dandroidmk.go166 _, file := filepath.Split(outFile.String())
187 path, file := filepath.Split(compiler.path.ToMakePath().String())
/build/soong/scripts/
Dbuild_broken_logs.go265 lines := strings.Split(string(soongLog), "\n")
267 fields := strings.Split(line, " ")
/build/soong/androidmk/parser/
Dscope.go82 args := f[1].Split(",")
/build/blueprint/bootstrap/bpdoc/
Dproperties.go262 for _, entry := range strings.Split(tag.Get(key), ",") {
272 lines := strings.Split(text, "\n")
/build/soong/cmd/multiproduct_kati/
Dmain.go72 lines := strings.Split(strings.TrimSpace(string(data)), "\n")
256 for _, product := range strings.Split(*includeProducts, ",") {
271 skipList := strings.Split(*skipProducts, ",")
/build/blueprint/pathtools/
Dglob.go191 dir, file = filepath.Split(path)
237 _, name := filepath.Split(match)
/build/soong/finder/cmd/
Dfinder.go79 return strings.Split(input, ",")
/build/soong/cc/config/
Dx86_linux_host.go122 if p := strings.Split(linuxGccVersion, "."); len(p) > 2 {
/build/soong/python/
Dandroidmk.go90 path, file := filepath.Split(installer.path.ToMakePath().String())
/build/blueprint/bootstrap/
Dcleanup.go110 fields := strings.Split(line, fieldSeperator)
/build/soong/ui/build/
Ddumpvars.go115 for _, line := range strings.Split(output.String(), "\n") {
Dsandbox_linux.go129 for _, line := range strings.Split(strings.TrimSpace(string(data)), "\n") {
Dconfig.go449 s := strings.Split(dir, ":")
463 newTargets = strings.Split(s[1], ",")
545 locales = strings.Split(string(output), "\n")
/build/soong/androidmk/androidmk/
Dandroidmk.go74 lines := strings.Split(orig, "\n")
417 names := strings.Split(name, ".")
Dvalues.go128 fields := ms.Split(" \t")
/build/soong/cmd/extract_apks/
Dmain.go458 for i, abi := range strings.Split(abiList, ",") {
485 for _, density := range strings.Split(densityList, ",") {

123